Html Css Color HEX #895597 Affair

📋 copy color: '#895597'

red 137 ◦ green 85 ◦ blue 151

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

Shades of Affair #895597

Tints of Affair #895597

RGB

 RED value IS 137 (53.91% from 255) = 36.73%

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

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

R = 36.73%
G = 22.79%
B = 40.48%

CMYK

 C value IS 0.09

 M value IS 0.44

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#895597 (or 0x895597) is known color: Affair. HEX triplet: 89, 55 and 97. RGB value is (137,85,151). Sum of RGB (Red+Green+Blue) = 137+85+151=373 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.73% from 373); Green value is 85 (33.59% from 255 or 22.79% from 373); Blue value is 151 (59.38% from 255 or 40.48% from 373); Max value from RGB is 151 - color contains mainly: blue. Hex color #895597 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #895597 is #76AA68. Grayscale: #6B6B6B. Windows color (decimal): -7776873 or 9917833. OLE color: 9917833.

HSL color Cylindrical-coordinate representation of color #895597: hue angle of 287.27º 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 #895597 is Cyan = 0.09, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 137 85 151 -
CMYK 0.09 0.44 0 0.41
HSL 287.27º 0.28% 0.46% -
HSV(B) 287.27º 0.44% 0.59% -
XYZ 19.15 14.05 30.98 -
YUV 108.07 152.23 148.63 -
System Red Green Blue C M Y K H S L
Decimal 137 85 151 0.09 0.44 0 0.41 287.27 0.28 0.46
Hex 89 55 97 9 2C 0 29 11F 1C 2E
Octal 211 125 227 11 54 0 51 437 34 56
Binary 10001001 1010101 10010111 1001 101100 0 101001 100011111 11100 101110

Color Harmonies of #895597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895597

Black with #895597

Text Example


Text Example

White with #895597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895597; }

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

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

background-color css

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

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

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

border-color css

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

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

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