#853176

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

Shades of Dark Purple #853176

Tints of Dark Purple #853176

Color information

#853176 (or 0x853176) is unknown color: approx Dark Purple. HEX triplet: 85, 31 and 76. RGB value is (133,49,118). Sum of RGB (Red+Green+Blue) = 133+49+118=300 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.33% from 300); Green value is 49 (19.53% from 255 or 16.33% from 300); Blue value is 118 (46.48% from 255 or 39.33% from 300); Max value from RGB is 133 - color contains mainly: red. Hex color #853176 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853176 is #7ACE89. Grayscale: #515151. Windows color (decimal): -8048266 or 7745925. OLE color: 7745925.

HSL color Cylindrical-coordinate representation of color #853176: hue angle of 310.71º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #853176 is Cyan = 0, Magento = 0.63, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB13349118-
CMYK00.630.110.48
HSL310.71º46.15%35.69%-
HSV(B)310.71º63.16%52.16%-
XYZ14.048.4918.04-
YUV81.98148.33164.39-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.33%
GREEN value IS 49 (19.53% from 255) = 16.33%
BLUE value IS 118 (46.48% from 255) = 39.33%
R=44.33%
G=16.33%
B=39.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.11
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1334911800.630.110.48310.7146.1535.69
Hex85317603FB301372e24
Octal2056116607713604675644
Binary10000101110001111011001111111011110000100110111101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853176; }

 p { color: rgb(133,49,118); }

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

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

 a { background-color: rgb(133,49,118); }

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

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

 span { border-color: rgb(133,49,118); }

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