#87096F

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

Shades of Dark Purple #87096F

Tints of Dark Purple #87096F

Color information

#87096F (or 0x87096F) is unknown color: approx Dark Purple. HEX triplet: 87, 09 and 6F. RGB value is (135,9,111). Sum of RGB (Red+Green+Blue) = 135+9+111=255 (33% of max value = 765). Red value is 135 (53.12% from 255 or 52.94% from 255); Green value is 9 (3.91% from 255 or 3.53% from 255); Blue value is 111 (43.75% from 255 or 43.53% from 255); Max value from RGB is 135 - color contains mainly: red. Hex color #87096F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #87096F is #78F690. Grayscale: #3A3A3A. Windows color (decimal): -7927441 or 7276935. OLE color: 7276935.

HSL color Cylindrical-coordinate representation of color #87096F: hue angle of 311.43º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #87096F is Cyan = 0, Magento = 0.93, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB1359111-
CMYK00.930.180.47
HSL311.43º87.5%28.24%-
HSV(B)311.43º93.33%52.94%-
XYZ12.966.4915.61-
YUV58.3157.74182.71-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 52.94%
GREEN value IS 9 (3.91% from 255) = 3.53%
BLUE value IS 111 (43.75% from 255) = 43.53%
R=52.94%
G=3.53%
B=43.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135911100.930.180.47311.4387.528.24
Hex8796F05D122F137581c
Octal207111570135225746713034
Binary10000111100111011110101110110010101111100110111101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87096F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87096F; }

 p { color: rgb(135,9,111); }

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

<style>
 a { background-color: #87096F; }

 a { background-color: rgb(135,9,111); }

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

<style>
 span { border-color: #87096F; }

 span { border-color: rgb(135,9,111); }

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