#852166

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

Shades of Dark Purple #852166

Tints of Dark Purple #852166

Color information

#852166 (or 0x852166) is unknown color: approx Dark Purple. HEX triplet: 85, 21 and 66. RGB value is (133,33,102). Sum of RGB (Red+Green+Blue) = 133+33+102=268 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.63% from 268); Green value is 33 (13.28% from 255 or 12.31% from 268); Blue value is 102 (40.23% from 255 or 38.06% from 268); Max value from RGB is 133 - color contains mainly: red. Hex color #852166 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852166 is #7ADE99. Grayscale: #464646. Windows color (decimal): -8052378 or 6693253. OLE color: 6693253.

HSL color Cylindrical-coordinate representation of color #852166: hue angle of 318.6º 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 #852166 is Cyan = 0, Magento = 0.75, Yellow = 0.23 and Black (K on CMYK) = 0.48.

Color convert

RGB13333102-
CMYK00.750.230.48
HSL318.6º60.24%32.55%-
HSV(B)318.6º75.19%52.16%-
XYZ12.617.0313.26-
YUV70.77145.63172.39-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 49.63%
GREEN value IS 33 (13.28% from 255) = 12.31%
BLUE value IS 102 (40.23% from 255) = 38.06%
R=49.63%
G=12.31%
B=38.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.23
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1333310200.750.230.48318.660.2432.55
Hex85216604B173013f3c21
Octal20541146011327604777441
Binary1000010110000111001100100101110111110000100111111111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852166; }

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

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

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

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

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

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

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

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