#85206C

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

Shades of Dark Purple #85206C

Tints of Dark Purple #85206C

Color information

#85206C (or 0x85206C) is unknown color: approx Dark Purple. HEX triplet: 85, 20 and 6C. RGB value is (133,32,108). Sum of RGB (Red+Green+Blue) = 133+32+108=273 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.72% from 273); Green value is 32 (12.89% from 255 or 11.72% from 273); Blue value is 108 (42.58% from 255 or 39.56% from 273); Max value from RGB is 133 - color contains mainly: red. Hex color #85206C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85206C is #7ADF93. Grayscale: #464646. Windows color (decimal): -8052628 or 7086213. OLE color: 7086213.

HSL color Cylindrical-coordinate representation of color #85206C: hue angle of 314.85º 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 #85206C is Cyan = 0, Magento = 0.76, Yellow = 0.19 and Black (K on CMYK) = 0.48.

Color convert

RGB13332108-
CMYK00.760.190.48
HSL314.85º61.21%32.35%-
HSV(B)314.85º75.94%52.16%-
XYZ12.97.114.88-
YUV70.86148.96172.32-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 48.72%
GREEN value IS 32 (12.89% from 255) = 11.72%
BLUE value IS 108 (42.58% from 255) = 39.56%
R=48.72%
G=11.72%
B=39.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.19
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1333210800.760.190.48314.8561.2132.35
Hex85206C04C133013b3d20
Octal20540154011423604737540
Binary1000010110000011011000100110010011110000100111011111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85206C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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