#875498

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

Shades of Affair #875498

Tints of Affair #875498

Color information

#875498 (or 0x875498) is unknown color: approx Affair. HEX triplet: 87, 54 and 98. RGB value is (135,84,152). Sum of RGB (Red+Green+Blue) = 135+84+152=371 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.39% from 371); Green value is 84 (33.20% from 255 or 22.64% from 371); Blue value is 152 (59.77% from 255 or 40.97% from 371); Max value from RGB is 152 - color contains mainly: blue. Hex color #875498 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875498 is #78AB67. Grayscale: #6A6A6A. Windows color (decimal): -7908200 or 9983111. OLE color: 9983111.

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

Color convert

RGB13584152-
CMYK0.110.4500.40
HSL285º28.81%46.27%-
HSV(B)285º44.74%59.61%-
XYZ18.8313.7631.37-
YUV107153.4147.97-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.39%
GREEN value IS 84 (33.20% from 255) = 22.64%
BLUE value IS 152 (59.77% from 255) = 40.97%
R=36.39%
G=22.64%
B=40.97%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal135841520.110.4500.4028528.8146.27
Hex875498B2D02811d1d2e
Octal20712423013550504353556
Binary100001111010100100110001011101101010100010001110111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875498; }

 p { color: rgb(135,84,152); }

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

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

 a { background-color: rgb(135,84,152); }

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

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

 span { border-color: rgb(135,84,152); }

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