Html Css Color HEX #885995 Affair

📋 copy color: '#885995'

red 136 ◦ green 89 ◦ blue 149

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

Shades of Affair #885995

Tints of Affair #885995

RGB

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

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

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

R = 36.36%
G = 23.8%
B = 39.84%

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

#885995 (or 0x885995) is known color: Affair. HEX triplet: 88, 59 and 95. RGB value is (136,89,149). Sum of RGB (Red+Green+Blue) = 136+89+149=374 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.36% from 374); Green value is 89 (35.16% from 255 or 23.80% from 374); Blue value is 149 (58.59% from 255 or 39.84% from 374); Max value from RGB is 149 - color contains mainly: blue. Hex color #885995 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885995 is #77A66A. Grayscale: #6D6D6D. Windows color (decimal): -7841387 or 9787784. OLE color: 9787784.

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

Color convert

RGB 136 89 149 -
CMYK 0.09 0.40 0 0.42
HSL 287º 0.25% 0.47% -
HSV(B) 287º 0.4% 0.58% -
XYZ 19.15 14.55 30.23 -
YUV 109.89 150.07 146.62 -
System Red Green Blue C M Y K H S L
Decimal 136 89 149 0.09 0.40 0 0.42 287 0.25 0.47
Hex 88 59 95 9 28 0 2A 11F 19 2F
Octal 210 131 225 11 50 0 52 437 31 57
Binary 10001000 1011001 10010101 1001 101000 0 101010 100011111 11001 101111

Color Harmonies of #885995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885995

Black with #885995

Text Example


Text Example

White with #885995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885995; }

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

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

background-color css

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

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

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

border-color css

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

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

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