#87146E

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

Shades of Dark Purple #87146E

Tints of Dark Purple #87146E

Color information

#87146E (or 0x87146E) is unknown color: approx Dark Purple. HEX triplet: 87, 14 and 6E. RGB value is (135,20,110). Sum of RGB (Red+Green+Blue) = 135+20+110=265 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.94% from 265); Green value is 20 (8.20% from 255 or 7.55% from 265); Blue value is 110 (43.36% from 255 or 41.51% from 265); Max value from RGB is 135 - color contains mainly: red. Hex color #87146E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #87146E is #78EB91. Grayscale: #404040. Windows color (decimal): -7924626 or 7214215. OLE color: 7214215.

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

Color convert

RGB13520110-
CMYK00.850.190.47
HSL313.04º74.19%30.39%-
HSV(B)313.04º85.19%52.94%-
XYZ13.066.7815.37-
YUV64.64153.6178.18-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 50.94%
GREEN value IS 20 (8.20% from 255) = 7.55%
BLUE value IS 110 (43.36% from 255) = 41.51%
R=50.94%
G=7.55%
B=41.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1352011000.850.190.47313.0474.1930.39
Hex87146E055132F1394a1e
Octal207241560125235747111236
Binary100001111010011011100101010110011101111100111001100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87146E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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