Html Css Color HEX #885699 Affair

📋 copy color: '#885699'

red 136 ◦ green 86 ◦ blue 153

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

Shades of Affair #885699

Tints of Affair #885699

RGB

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

 GREEN value IS 86 (33.98% from 255) = 22.93%

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

R = 36.27%
G = 22.93%
B = 40.8%

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

#885699 (or 0x885699) is known color: Affair. HEX triplet: 88, 56 and 99. RGB value is (136,86,153). Sum of RGB (Red+Green+Blue) = 136+86+153=375 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.27% from 375); Green value is 86 (33.98% from 255 or 22.93% from 375); Blue value is 153 (60.16% from 255 or 40.8% from 375); Max value from RGB is 153 - color contains mainly: blue. Hex color #885699 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885699 is #77A966. Grayscale: #6C6C6C. Windows color (decimal): -7842151 or 10049160. OLE color: 10049160.

HSL color Cylindrical-coordinate representation of color #885699: hue angle of 284.78º degrees, saturation: 0.28, 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 #885699 is Cyan = 0.11, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 136 86 153 -
CMYK 0.11 0.44 0 0.4
HSL 284.78º 0.28% 0.47% -
HSV(B) 284.78º 0.44% 0.6% -
XYZ 19.23 14.19 31.86 -
YUV 108.59 153.07 147.55 -
System Red Green Blue C M Y K H S L
Decimal 136 86 153 0.11 0.44 0 0.4 284.78 0.28 0.47
Hex 88 56 99 B 2C 0 28 11D 1C 2F
Octal 210 126 231 13 54 0 50 435 34 57
Binary 10001000 1010110 10011001 1011 101100 0 101000 100011101 11100 101111

Color Harmonies of #885699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885699

Black with #885699

Text Example


Text Example

White with #885699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885699; }

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

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

background-color css

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

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

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

border-color css

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

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

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