Html Css Color HEX #875999 Affair

📋 copy color: '#875999'

red 135 ◦ green 89 ◦ blue 153

#875999
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Affair #875999

Tints of Affair #875999

RGB

 RED value IS 135 (53.13% from 255) = 35.81%

 GREEN value IS 89 (35.16% from 255) = 23.61%

 BLUE value IS 153 (60.16% from 255) = 40.58%

R = 35.81%
G = 23.61%
B = 40.58%

CMYK

 C value IS 0.12

 M value IS 0.42

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#875999 (or 0x875999) is known color: Affair. HEX triplet: 87, 59 and 99. RGB value is (135,89,153). Sum of RGB (Red+Green+Blue) = 135+89+153=377 (49% of max value = 765). Red value is 135 (53.12% from 255 or 35.81% from 377); Green value is 89 (35.16% from 255 or 23.61% from 377); Blue value is 153 (60.16% from 255 or 40.58% from 377); Max value from RGB is 153 - color contains mainly: blue. Hex color #875999 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875999 is #78A666. Grayscale: #6D6D6D. Windows color (decimal): -7906919 or 10049927. OLE color: 10049927.

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

Color convert

RGB 135 89 153 -
CMYK 0.12 0.42 0 0.4
HSL 283.13º 0.26% 0.47% -
HSV(B) 283.13º 0.42% 0.6% -
XYZ 19.31 14.6 31.94 -
YUV 110.05 152.24 145.8 -
System Red Green Blue C M Y K H S L
Decimal 135 89 153 0.12 0.42 0 0.4 283.13 0.26 0.47
Hex 87 59 99 C 2A 0 28 11B 1A 2F
Octal 207 131 231 14 52 0 50 433 32 57
Binary 10000111 1011001 10011001 1100 101010 0 101000 100011011 11010 101111

Color Harmonies of #875999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875999

Black with #875999

Text Example


Text Example

White with #875999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875999; }

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

 H1.HeaderClassName
 {
   color: #875999;
 }
 .AnyTagClassName
 {
   color: #875999;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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