#85216A

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

Shades of Dark Purple #85216A

Tints of Dark Purple #85216A

Color information

#85216A (or 0x85216A) is unknown color: approx Dark Purple. HEX triplet: 85, 21 and 6A. RGB value is (133,33,106). Sum of RGB (Red+Green+Blue) = 133+33+106=272 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.90% from 272); Green value is 33 (13.28% from 255 or 12.13% from 272); Blue value is 106 (41.80% from 255 or 38.97% from 272); Max value from RGB is 133 - color contains mainly: red. Hex color #85216A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85216A is #7ADE95. Grayscale: #474747. Windows color (decimal): -8052374 or 6955397. OLE color: 6955397.

HSL color Cylindrical-coordinate representation of color #85216A: hue angle of 316.2º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #85216A is Cyan = 0, Magento = 0.75, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB13333106-
CMYK00.750.200.48
HSL316.2º60.24%32.55%-
HSV(B)316.2º75.19%52.16%-
XYZ12.827.1114.33-
YUV71.22147.63172.06-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 48.90%
GREEN value IS 33 (13.28% from 255) = 12.13%
BLUE value IS 106 (41.80% from 255) = 38.97%
R=48.90%
G=12.13%
B=38.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1333310600.750.200.48316.260.2432.55
Hex85216A04B143013c3c21
Octal20541152011324604747441
Binary1000010110000111010100100101110100110000100111100111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85216A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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