Html Css Color HEX #885999 Affair

📋 copy color: '#885999'

red 136 ◦ green 89 ◦ blue 153

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

Shades of Affair #885999

Tints of Affair #885999

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 40.48%

R = 35.98%
G = 23.54%
B = 40.48%

CMYK

 C value IS 0.11

 M value IS 0.42

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#885999 (or 0x885999) is known color: Affair. HEX triplet: 88, 59 and 99. RGB value is (136,89,153). Sum of RGB (Red+Green+Blue) = 136+89+153=378 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.98% from 378); Green value is 89 (35.16% from 255 or 23.54% from 378); Blue value is 153 (60.16% from 255 or 40.48% from 378); Max value from RGB is 153 - color contains mainly: blue. Hex color #885999 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885999 is #77A666. Grayscale: #6E6E6E. Windows color (decimal): -7841383 or 10049928. OLE color: 10049928.

HSL color Cylindrical-coordinate representation of color #885999: hue angle of 284.06º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #885999 is Cyan = 0.11, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 136 89 153 -
CMYK 0.11 0.42 0 0.4
HSL 284.06º 0.26% 0.47% -
HSV(B) 284.06º 0.42% 0.6% -
XYZ 19.48 14.68 31.94 -
YUV 110.35 152.07 146.3 -
System Red Green Blue C M Y K H S L
Decimal 136 89 153 0.11 0.42 0 0.4 284.06 0.26 0.47
Hex 88 59 99 B 2A 0 28 11C 1A 2F
Octal 210 131 231 13 52 0 50 434 32 57
Binary 10001000 1011001 10011001 1011 101010 0 101000 100011100 11010 101111

Color Harmonies of #885999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885999

Black with #885999

Text Example


Text Example

White with #885999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885999; }

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

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

background-color css

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

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

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

border-color css

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

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

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