#87519B

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

Shades of Affair #87519B

Tints of Affair #87519B

Color information

#87519B (or 0x87519B) is unknown color: approx Affair. HEX triplet: 87, 51 and 9B. RGB value is (135,81,155). Sum of RGB (Red+Green+Blue) = 135+81+155=371 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.39% from 371); Green value is 81 (32.03% from 255 or 21.83% from 371); Blue value is 155 (60.94% from 255 or 41.78% from 371); Max value from RGB is 155 - color contains mainly: blue. Hex color #87519B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #87519B is #78AE64. Grayscale: #696969. Windows color (decimal): -7908965 or 10178951. OLE color: 10178951.

HSL color Cylindrical-coordinate representation of color #87519B: hue angle of 283.78º degrees, saturation: 0.31, 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 #87519B is Cyan = 0.13, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB13581155-
CMYK0.130.4800.39
HSL283.78º31.36%46.27%-
HSV(B)283.78º47.74%60.78%-
XYZ18.8513.432.6-
YUV105.58155.89148.98-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.39%
GREEN value IS 81 (32.03% from 255) = 21.83%
BLUE value IS 155 (60.94% from 255) = 41.78%
R=36.39%
G=21.83%
B=41.78%

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
Decimal135811550.130.4800.39283.7831.3646.27
Hex87519BD3002711c1f2e
Octal20712123315600474343756
Binary100001111010001100110111101110000010011110001110011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87519B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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