#875199

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

Shades of Affair #875199

Tints of Affair #875199

Color information

#875199 (or 0x875199) is unknown color: approx Affair. HEX triplet: 87, 51 and 99. RGB value is (135,81,153). Sum of RGB (Red+Green+Blue) = 135+81+153=369 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.59% from 369); Green value is 81 (32.03% from 255 or 21.95% from 369); Blue value is 153 (60.16% from 255 or 41.46% from 369); Max value from RGB is 153 - color contains mainly: blue. Hex color #875199 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875199 is #78AE66. Grayscale: #696969. Windows color (decimal): -7908967 or 10047879. OLE color: 10047879.

HSL color Cylindrical-coordinate representation of color #875199: hue angle of 285º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #875199 is Cyan = 0.12, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB13581153-
CMYK0.120.4700.4
HSL285º30.77%45.88%-
HSV(B)285º47.06%60%-
XYZ18.6813.3431.73-
YUV105.35154.89149.15-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.59%
GREEN value IS 81 (32.03% from 255) = 21.95%
BLUE value IS 153 (60.16% from 255) = 41.46%
R=36.59%
G=21.95%
B=41.46%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal135811530.120.4700.428530.7745.88
Hex875199C2F02811d1f2e
Octal20712123114570504353756
Binary100001111010001100110011100101111010100010001110111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875199; }

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

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

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

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

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

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

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

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