#87097C

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

Shades of Purple #87097C

Tints of Purple #87097C

Color information

#87097C (or 0x87097C) is unknown color: approx Purple. HEX triplet: 87, 09 and 7C. RGB value is (135,9,124). Sum of RGB (Red+Green+Blue) = 135+9+124=268 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.37% from 268); Green value is 9 (3.91% from 255 or 3.36% from 268); Blue value is 124 (48.83% from 255 or 46.27% from 268); Max value from RGB is 135 - color contains mainly: red. Hex color #87097C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #87097C is #78F683. Grayscale: #3B3B3B. Windows color (decimal): -7927428 or 8128903. OLE color: 8128903.

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

Color convert

RGB1359124-
CMYK00.930.080.47
HSL305.24º87.5%28.24%-
HSV(B)305.24º93.33%52.94%-
XYZ13.736.819.66-
YUV59.78164.24181.65-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 50.37%
GREEN value IS 9 (3.91% from 255) = 3.36%
BLUE value IS 124 (48.83% from 255) = 46.27%
R=50.37%
G=3.36%
B=46.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.08
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135912400.930.080.47305.2487.528.24
Hex8797C05D82F131581c
Octal207111740135105746113034
Binary1000011110011111100010111011000101111100110001101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87097C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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