Html Css Color HEX #875597 Affair

📋 copy color: '#875597'

red 135 ◦ green 85 ◦ blue 151

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

Shades of Affair #875597

Tints of Affair #875597

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.91%

 BLUE value IS 151 (59.38% from 255) = 40.7%

R = 36.39%
G = 22.91%
B = 40.7%

CMYK

 C value IS 0.11

 M value IS 0.44

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#875597 (or 0x875597) is known color: Affair. HEX triplet: 87, 55 and 97. RGB value is (135,85,151). Sum of RGB (Red+Green+Blue) = 135+85+151=371 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.39% from 371); Green value is 85 (33.59% from 255 or 22.91% from 371); Blue value is 151 (59.38% from 255 or 40.70% from 371); Max value from RGB is 151 - color contains mainly: blue. Hex color #875597 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875597 is #78AA68. Grayscale: #6B6B6B. Windows color (decimal): -7907945 or 9917831. OLE color: 9917831.

HSL color Cylindrical-coordinate representation of color #875597: hue angle of 285.45º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #875597 is Cyan = 0.11, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 135 85 151 -
CMYK 0.11 0.44 0 0.41
HSL 285.45º 0.28% 0.46% -
HSV(B) 285.45º 0.44% 0.59% -
XYZ 18.83 13.88 30.97 -
YUV 107.47 152.57 147.63 -
System Red Green Blue C M Y K H S L
Decimal 135 85 151 0.11 0.44 0 0.41 285.45 0.28 0.46
Hex 87 55 97 B 2C 0 29 11D 1C 2E
Octal 207 125 227 13 54 0 51 435 34 56
Binary 10000111 1010101 10010111 1011 101100 0 101001 100011101 11100 101110

Color Harmonies of #875597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875597

Black with #875597

Text Example


Text Example

White with #875597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875597; }

 p { color: rgb(135,85,151); }

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

background-color css

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

 a { background-color: rgb(135,85,151); }

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

border-color css

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

 span { border-color: rgb(135,85,151); }

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