#87186E

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

Shades of Dark Purple #87186E

Tints of Dark Purple #87186E

Color information

#87186E (or 0x87186E) is unknown color: approx Dark Purple. HEX triplet: 87, 18 and 6E. RGB value is (135,24,110). Sum of RGB (Red+Green+Blue) = 135+24+110=269 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.19% from 269); Green value is 24 (9.77% from 255 or 8.92% from 269); Blue value is 110 (43.36% from 255 or 40.89% from 269); Max value from RGB is 135 - color contains mainly: red. Hex color #87186E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #87186E is #78E791. Grayscale: #424242. Windows color (decimal): -7923602 or 7215239. OLE color: 7215239.

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

Color convert

RGB13524110-
CMYK00.820.190.47
HSL313.51º69.81%31.18%-
HSV(B)313.51º82.22%52.94%-
XYZ13.136.9315.4-
YUV66.99152.27176.51-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 50.19%
GREEN value IS 24 (9.77% from 255) = 8.92%
BLUE value IS 110 (43.36% from 255) = 40.89%
R=50.19%
G=8.92%
B=40.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1352411000.820.190.47313.5169.8131.18
Hex87186E052132F13a461f
Octal207301560122235747210637
Binary100001111100011011100101001010011101111100111010100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87186E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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