#85206B

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

Shades of Dark Purple #85206B

Tints of Dark Purple #85206B

Color information

#85206B (or 0x85206B) is unknown color: approx Dark Purple. HEX triplet: 85, 20 and 6B. RGB value is (133,32,107). Sum of RGB (Red+Green+Blue) = 133+32+107=272 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.90% from 272); Green value is 32 (12.89% from 255 or 11.76% from 272); Blue value is 107 (42.19% from 255 or 39.34% from 272); Max value from RGB is 133 - color contains mainly: red. Hex color #85206B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85206B is #7ADF94. Grayscale: #464646. Windows color (decimal): -8052629 or 7020677. OLE color: 7020677.

HSL color Cylindrical-coordinate representation of color #85206B: hue angle of 315.45º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #85206B is Cyan = 0, Magento = 0.76, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB13332107-
CMYK00.760.200.48
HSL315.45º61.21%32.35%-
HSV(B)315.45º75.94%52.16%-
XYZ12.847.0814.6-
YUV70.75148.46172.4-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 48.90%
GREEN value IS 32 (12.89% from 255) = 11.76%
BLUE value IS 107 (42.19% from 255) = 39.34%
R=48.90%
G=11.76%
B=39.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1333210700.760.200.48315.4561.2132.35
Hex85206B04C143013b3d20
Octal20540153011424604737540
Binary1000010110000011010110100110010100110000100111011111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85206B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85206B; }

 p { color: rgb(133,32,107); }

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

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

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

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

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

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

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