#87519C

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

Shades of Affair #87519C

Tints of Affair #87519C

Color information

#87519C (or 0x87519C) is unknown color: approx Affair. HEX triplet: 87, 51 and 9C. RGB value is (135,81,156). Sum of RGB (Red+Green+Blue) = 135+81+156=372 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.29% from 372); Green value is 81 (32.03% from 255 or 21.77% from 372); Blue value is 156 (61.33% from 255 or 41.94% from 372); Max value from RGB is 156 - color contains mainly: blue. Hex color #87519C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #87519C is #78AE63. Grayscale: #696969. Windows color (decimal): -7908964 or 10244487. OLE color: 10244487.

HSL color Cylindrical-coordinate representation of color #87519C: hue angle of 283.2º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #87519C is Cyan = 0.13, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB13581156-
CMYK0.130.4800.39
HSL283.2º31.65%46.47%-
HSV(B)283.2º48.08%61.18%-
XYZ18.9313.4433.05-
YUV105.7156.39148.9-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.29%
GREEN value IS 81 (32.03% from 255) = 21.77%
BLUE value IS 156 (61.33% from 255) = 41.94%
R=36.29%
G=21.77%
B=41.94%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal135811560.130.4800.39283.231.6546.47
Hex87519CD3002711b202e
Octal20712123415600474334056
Binary1000011110100011001110011011100000100111100011011100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87519C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,81,156); }

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

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

 a { background-color: rgb(135,81,156); }

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

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

 span { border-color: rgb(135,81,156); }

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