Html Css Color HEX #875995 Affair

📋 copy color: '#875995'

red 135 ◦ green 89 ◦ blue 149

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

Shades of Affair #875995

Tints of Affair #875995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 39.95%

R = 36.19%
G = 23.86%
B = 39.95%

CMYK

 C value IS 0.09

 M value IS 0.40

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#875995 (or 0x875995) is known color: Affair. HEX triplet: 87, 59 and 95. RGB value is (135,89,149). Sum of RGB (Red+Green+Blue) = 135+89+149=373 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.19% from 373); Green value is 89 (35.16% from 255 or 23.86% from 373); Blue value is 149 (58.59% from 255 or 39.95% from 373); Max value from RGB is 149 - color contains mainly: blue. Hex color #875995 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875995 is #78A66A. Grayscale: #6D6D6D. Windows color (decimal): -7906923 or 9787783. OLE color: 9787783.

HSL color Cylindrical-coordinate representation of color #875995: hue angle of 286º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #875995 is Cyan = 0.09, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 135 89 149 -
CMYK 0.09 0.40 0 0.42
HSL 286º 0.25% 0.47% -
HSV(B) 286º 0.4% 0.58% -
XYZ 18.99 14.47 30.23 -
YUV 109.59 150.24 146.12 -
System Red Green Blue C M Y K H S L
Decimal 135 89 149 0.09 0.40 0 0.42 286 0.25 0.47
Hex 87 59 95 9 28 0 2A 11E 19 2F
Octal 207 131 225 11 50 0 52 436 31 57
Binary 10000111 1011001 10010101 1001 101000 0 101010 100011110 11001 101111

Color Harmonies of #875995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875995

Black with #875995

Text Example


Text Example

White with #875995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875995; }

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

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

background-color css

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

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

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

border-color css

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

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

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