#852685

Color #852685 Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #852685

Tints of Dark Purple #852685

Color information

#852685 (or 0x852685) is unknown color: approx Dark Purple. HEX triplet: 85, 26 and 85. RGB value is (133,38,133). Sum of RGB (Red+Green+Blue) = 133+38+133=304 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.75% from 304); Green value is 38 (15.23% from 255 or 12.5% from 304); Blue value is 133 (52.34% from 255 or 43.75% from 304); Max value from RGB is 133 - color contains mainly: red, blue. Hex color #852685 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852685 is #7AD97A. Grayscale: #4C4C4C. Windows color (decimal): -8051067 or 8726149. OLE color: 8726149.

HSL color Cylindrical-coordinate representation of color #852685: hue angle of 300º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #852685 is Cyan = 0, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB13338133-
CMYK00.7100.48
HSL300º55.56%33.53%-
HSV(B)300º71.43%52.16%-
XYZ14.68.0722.98-
YUV77.24159.47167.78-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 133 (52.34% from 255) = 43.75%
GREEN value IS 38 (15.23% from 255) = 12.5%
BLUE value IS 133 (52.34% from 255) = 43.75%
R=43.75%
G=12.5%
B=43.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1333813300.7100.4830055.5633.53
Hex85268504703012c3822
Octal2054620501070604547042
Binary1000010110011010000101010001110110000100101100111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852685; }

 p { color: rgb(133,38,133); }

 H1.HeaderClassName
 {
   color: #852685;
 }
 .AnyTagClassName
 {
   color: #852685;
 }
</style>
background-color css

<style>
 a { background-color: #852685; }

 a { background-color: rgb(133,38,133); }

 div.DivClassName
 {
   background-color: #852685;
 }
 .BgClassName
 {
   background-color: #852685;
 }
</style>
border-color css

<style>
 span { border-color: #852685; }

 span { border-color: rgb(133,38,133); }

 td.TdClassName
 {
   border-color: #852685;
 }
 .TagClassName
 {
   border-color: #852685;
 }
</style>