#87116E

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

Shades of Dark Purple #87116E

Tints of Dark Purple #87116E

Color information

#87116E (or 0x87116E) is unknown color: approx Dark Purple. HEX triplet: 87, 11 and 6E. RGB value is (135,17,110). Sum of RGB (Red+Green+Blue) = 135+17+110=262 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.53% from 262); Green value is 17 (7.03% from 255 or 6.49% from 262); Blue value is 110 (43.36% from 255 or 41.98% from 262); Max value from RGB is 135 - color contains mainly: red. Hex color #87116E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #87116E is #78EE91. Grayscale: #3E3E3E. Windows color (decimal): -7925394 or 7213447. OLE color: 7213447.

HSL color Cylindrical-coordinate representation of color #87116E: hue angle of 312.71º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #87116E is Cyan = 0, Magento = 0.87, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB13517110-
CMYK00.870.190.47
HSL312.71º77.63%29.8%-
HSV(B)312.71º87.41%52.94%-
XYZ13.016.6815.36-
YUV62.88154.59179.44-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 51.53%
GREEN value IS 17 (7.03% from 255) = 6.49%
BLUE value IS 110 (43.36% from 255) = 41.98%
R=51.53%
G=6.49%
B=41.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351711000.870.190.47312.7177.6329.8
Hex87116E057132F1394e1e
Octal207211560127235747111636
Binary100001111000111011100101011110011101111100111001100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87116E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87116E; }

 p { color: rgb(135,17,110); }

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

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

 a { background-color: rgb(135,17,110); }

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

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

 span { border-color: rgb(135,17,110); }

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