#872186

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

Shades of Dark Purple #872186

Tints of Dark Purple #872186

Color information

#872186 (or 0x872186) is unknown color: approx Dark Purple. HEX triplet: 87, 21 and 86. RGB value is (135,33,134). Sum of RGB (Red+Green+Blue) = 135+33+134=302 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.70% from 302); Green value is 33 (13.28% from 255 or 10.93% from 302); Blue value is 134 (52.73% from 255 or 44.37% from 302); Max value from RGB is 135 - color contains mainly: red. Hex color #872186 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #872186 is #78DE79. Grayscale: #4A4A4A. Windows color (decimal): -7921274 or 8790407. OLE color: 8790407.

HSL color Cylindrical-coordinate representation of color #872186: hue angle of 300.59º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #872186 is Cyan = 0, Magento = 0.76, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB13533134-
CMYK00.760.010.47
HSL300.59º60.71%32.94%-
HSV(B)300.59º75.56%52.94%-
XYZ14.847.9623.31-
YUV75.01161.29170.79-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 44.70%
GREEN value IS 33 (13.28% from 255) = 10.93%
BLUE value IS 134 (52.73% from 255) = 44.37%
R=44.70%
G=10.93%
B=44.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1353313400.760.010.47300.5960.7132.94
Hex87218604C12F12d3d21
Octal2074120601141574557541
Binary1000011110000110000110010011001101111100101101111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #872186; }

 p { color: rgb(135,33,134); }

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

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

 a { background-color: rgb(135,33,134); }

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

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

 span { border-color: rgb(135,33,134); }

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