#87146C

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

Shades of Dark Purple #87146C

Tints of Dark Purple #87146C

Color information

#87146C (or 0x87146C) is unknown color: approx Dark Purple. HEX triplet: 87, 14 and 6C. RGB value is (135,20,108). Sum of RGB (Red+Green+Blue) = 135+20+108=263 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.33% from 263); Green value is 20 (8.20% from 255 or 7.60% from 263); Blue value is 108 (42.58% from 255 or 41.06% from 263); Max value from RGB is 135 - color contains mainly: red. Hex color #87146C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #87146C is #78EB93. Grayscale: #404040. Windows color (decimal): -7924628 or 7083143. OLE color: 7083143.

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

Color convert

RGB13520108-
CMYK00.850.20.47
HSL314.09º74.19%30.39%-
HSV(B)314.09º85.19%52.94%-
XYZ12.956.7314.8-
YUV64.42152.6178.34-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 51.33%
GREEN value IS 20 (8.20% from 255) = 7.60%
BLUE value IS 108 (42.58% from 255) = 41.06%
R=51.33%
G=7.60%
B=41.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.2
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1352010800.850.20.47314.0974.1930.39
Hex87146C055142F13a4a1e
Octal207241540125245747211236
Binary100001111010011011000101010110100101111100111010100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87146C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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