#87097B

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

Shades of Purple #87097B

Tints of Purple #87097B

Color information

#87097B (or 0x87097B) is unknown color: approx Purple. HEX triplet: 87, 09 and 7B. RGB value is (135,9,123). Sum of RGB (Red+Green+Blue) = 135+9+123=267 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.56% from 267); Green value is 9 (3.91% from 255 or 3.37% from 267); Blue value is 123 (48.44% from 255 or 46.07% from 267); Max value from RGB is 135 - color contains mainly: red. Hex color #87097B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #87097B is #78F684. Grayscale: #3B3B3B. Windows color (decimal): -7927429 or 8063367. OLE color: 8063367.

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

Color convert

RGB1359123-
CMYK00.930.090.47
HSL305.71º87.5%28.24%-
HSV(B)305.71º93.33%52.94%-
XYZ13.666.7819.33-
YUV59.67163.74181.73-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 50.56%
GREEN value IS 9 (3.91% from 255) = 3.37%
BLUE value IS 123 (48.44% from 255) = 46.07%
R=50.56%
G=3.37%
B=46.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.09
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135912300.930.090.47305.7187.528.24
Hex8797B05D92F132581c
Octal207111730135115746213034
Binary1000011110011111011010111011001101111100110010101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87097B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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