Html Css Color HEX #885599 Affair

📋 copy color: '#885599'

red 136 ◦ green 85 ◦ blue 153

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

Shades of Affair #885599

Tints of Affair #885599

RGB

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

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

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

R = 36.36%
G = 22.73%
B = 40.91%

CMYK

 C value IS 0.11

 M value IS 0.44

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#885599 (or 0x885599) is known color: Affair. HEX triplet: 88, 55 and 99. RGB value is (136,85,153). Sum of RGB (Red+Green+Blue) = 136+85+153=374 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.36% from 374); Green value is 85 (33.59% from 255 or 22.73% from 374); Blue value is 153 (60.16% from 255 or 40.91% from 374); Max value from RGB is 153 - color contains mainly: blue. Hex color #885599 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885599 is #77AA66. Grayscale: #6B6B6B. Windows color (decimal): -7842407 or 10048904. OLE color: 10048904.

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

Color convert

RGB 136 85 153 -
CMYK 0.11 0.44 0 0.4
HSL 285º 0.29% 0.47% -
HSV(B) 285º 0.44% 0.6% -
XYZ 19.15 14.03 31.84 -
YUV 108 153.4 147.97 -
System Red Green Blue C M Y K H S L
Decimal 136 85 153 0.11 0.44 0 0.4 285 0.29 0.47
Hex 88 55 99 B 2C 0 28 11D 1D 2F
Octal 210 125 231 13 54 0 50 435 35 57
Binary 10001000 1010101 10011001 1011 101100 0 101000 100011101 11101 101111

Color Harmonies of #885599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885599

Black with #885599

Text Example


Text Example

White with #885599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885599; }

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

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

background-color css

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

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

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

border-color css

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

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

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