#87097E

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

Shades of Purple #87097E

Tints of Purple #87097E

Color information

#87097E (or 0x87097E) is unknown color: approx Purple. HEX triplet: 87, 09 and 7E. RGB value is (135,9,126). Sum of RGB (Red+Green+Blue) = 135+9+126=270 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50% from 270); Green value is 9 (3.91% from 255 or 3.33% from 270); Blue value is 126 (49.61% from 255 or 46.67% from 270); Max value from RGB is 135 - color contains mainly: red. Hex color #87097E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #87097E is #78F681. Grayscale: #3B3B3B. Windows color (decimal): -7927426 or 8259975. OLE color: 8259975.

HSL color Cylindrical-coordinate representation of color #87097E: hue angle of 304.29º 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 #87097E is Cyan = 0, Magento = 0.93, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB1359126-
CMYK00.930.070.47
HSL304.29º87.5%28.24%-
HSV(B)304.29º93.33%52.94%-
XYZ13.866.8520.33-
YUV60.01165.24181.49-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 50%
GREEN value IS 9 (3.91% from 255) = 3.33%
BLUE value IS 126 (49.61% from 255) = 46.67%
R=50%
G=3.33%
B=46.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135912600.930.070.47304.2987.528.24
Hex8797E05D72F130581c
Octal20711176013575746013034
Binary100001111001111111001011101111101111100110000101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87097E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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