#87146d

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

Shades of Dark Purple #87146D

Tints of Dark Purple #87146D

Color information

#87146D (or 0x87146D) is unknown color: approx Dark Purple. HEX triplet: 87, 14 and 6D. RGB value is (135,20,109). Sum of RGB (Red+Green+Blue) = 135+20+109=264 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.14% from 264); Green value is 20 (8.20% from 255 or 7.58% from 264); Blue value is 109 (42.97% from 255 or 41.29% from 264); Max value from RGB is 135 - color contains mainly: red. Hex color #87146D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #87146D is #78EB92. Grayscale: #404040. Windows color (decimal): -7924627 or 7148679. OLE color: 7148679.

HSL color Cylindrical-coordinate representation of color #87146D: hue angle of 313.57º 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 #87146D is Cyan = 0, Magento = 0.85, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB13520109-
CMYK00.850.190.47
HSL313.57º74.19%30.39%-
HSV(B)313.57º85.19%52.94%-
XYZ136.7615.09-
YUV64.53153.1178.26-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 51.14%
GREEN value IS 20 (8.20% from 255) = 7.58%
BLUE value IS 109 (42.97% from 255) = 41.29%
R=51.14%
G=7.58%
B=41.29%

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
Decimal1352010900.850.190.47313.5774.1930.39
Hex87146D055132F13a4a1e
Octal207241550125235747211236
Binary100001111010011011010101010110011101111100111010100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87146d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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