Html Css Color HEX #885997 Affair

📋 copy color: '#885997'

red 136 ◦ green 89 ◦ blue 151

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

Shades of Affair #885997

Tints of Affair #885997

RGB

 RED value IS 136 (53.52% from 255) = 36.17%

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

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

R = 36.17%
G = 23.67%
B = 40.16%

CMYK

 C value IS 0.10

 M value IS 0.41

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#885997 (or 0x885997) is known color: Affair. HEX triplet: 88, 59 and 97. RGB value is (136,89,151). Sum of RGB (Red+Green+Blue) = 136+89+151=376 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.17% from 376); Green value is 89 (35.16% from 255 or 23.67% from 376); Blue value is 151 (59.38% from 255 or 40.16% from 376); Max value from RGB is 151 - color contains mainly: blue. Hex color #885997 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885997 is #77A668. Grayscale: #6D6D6D. Windows color (decimal): -7841385 or 9918856. OLE color: 9918856.

HSL color Cylindrical-coordinate representation of color #885997: hue angle of 285.48º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #885997 is Cyan = 0.10, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 136 89 151 -
CMYK 0.10 0.41 0 0.41
HSL 285.48º 0.26% 0.47% -
HSV(B) 285.48º 0.41% 0.59% -
XYZ 19.31 14.61 31.08 -
YUV 110.12 151.07 146.46 -
System Red Green Blue C M Y K H S L
Decimal 136 89 151 0.10 0.41 0 0.41 285.48 0.26 0.47
Hex 88 59 97 A 29 0 29 11D 1A 2F
Octal 210 131 227 12 51 0 51 435 32 57
Binary 10001000 1011001 10010111 1010 101001 0 101001 100011101 11010 101111

Color Harmonies of #885997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885997

Black with #885997

Text Example


Text Example

White with #885997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885997; }

 p { color: rgb(136,89,151); }

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

background-color css

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

 a { background-color: rgb(136,89,151); }

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

border-color css

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

 span { border-color: rgb(136,89,151); }

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