#85206A

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

Shades of Dark Purple #85206A

Tints of Dark Purple #85206A

Color information

#85206A (or 0x85206A) is unknown color: approx Dark Purple. HEX triplet: 85, 20 and 6A. RGB value is (133,32,106). Sum of RGB (Red+Green+Blue) = 133+32+106=271 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.08% from 271); Green value is 32 (12.89% from 255 or 11.81% from 271); Blue value is 106 (41.80% from 255 or 39.11% from 271); Max value from RGB is 133 - color contains mainly: red. Hex color #85206A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85206A is #7ADF95. Grayscale: #464646. Windows color (decimal): -8052630 or 6955141. OLE color: 6955141.

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

Color convert

RGB13332106-
CMYK00.760.200.48
HSL316.04º61.21%32.35%-
HSV(B)316.04º75.94%52.16%-
XYZ12.797.0614.32-
YUV70.63147.96172.48-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 49.08%
GREEN value IS 32 (12.89% from 255) = 11.81%
BLUE value IS 106 (41.80% from 255) = 39.11%
R=49.08%
G=11.81%
B=39.11%

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
Decimal1333210600.760.200.48316.0461.2132.35
Hex85206A04C143013c3d20
Octal20540152011424604747540
Binary1000010110000011010100100110010100110000100111100111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85206A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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