#852169

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

Shades of Dark Purple #852169

Tints of Dark Purple #852169

Color information

#852169 (or 0x852169) is unknown color: approx Dark Purple. HEX triplet: 85, 21 and 69. RGB value is (133,33,105). Sum of RGB (Red+Green+Blue) = 133+33+105=271 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.08% from 271); Green value is 33 (13.28% from 255 or 12.18% from 271); Blue value is 105 (41.41% from 255 or 38.75% from 271); Max value from RGB is 133 - color contains mainly: red. Hex color #852169 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852169 is #7ADE96. Grayscale: #464646. Windows color (decimal): -8052375 or 6889861. OLE color: 6889861.

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

Color convert

RGB13333105-
CMYK00.750.210.48
HSL316.8º60.24%32.55%-
HSV(B)316.8º75.19%52.16%-
XYZ12.777.0914.06-
YUV71.11147.13172.15-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 49.08%
GREEN value IS 33 (13.28% from 255) = 12.18%
BLUE value IS 105 (41.41% from 255) = 38.75%
R=49.08%
G=12.18%
B=38.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.21
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1333310500.750.210.48316.860.2432.55
Hex85216904B153013d3c21
Octal20541151011325604757441
Binary1000010110000111010010100101110101110000100111101111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852169; }

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

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

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

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

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

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

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

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