Html Css Color HEX #885499 Affair

📋 copy color: '#885499'

red 136 ◦ green 84 ◦ blue 153

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

Shades of Affair #885499

Tints of Affair #885499

RGB

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

 GREEN value IS 84 (33.2% from 255) = 22.52%

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

R = 36.46%
G = 22.52%
B = 41.02%

CMYK

 C value IS 0.11

 M value IS 0.45

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#885499 (or 0x885499) is known color: Affair. HEX triplet: 88, 54 and 99. RGB value is (136,84,153). Sum of RGB (Red+Green+Blue) = 136+84+153=373 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.46% from 373); Green value is 84 (33.20% from 255 or 22.52% from 373); Blue value is 153 (60.16% from 255 or 41.02% from 373); Max value from RGB is 153 - color contains mainly: blue. Hex color #885499 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885499 is #77AB66. Grayscale: #6B6B6B. Windows color (decimal): -7842663 or 10048648. OLE color: 10048648.

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

Color convert

RGB 136 84 153 -
CMYK 0.11 0.45 0 0.4
HSL 285.22º 0.29% 0.46% -
HSV(B) 285.22º 0.45% 0.6% -
XYZ 19.07 13.87 31.81 -
YUV 107.41 153.73 148.39 -
System Red Green Blue C M Y K H S L
Decimal 136 84 153 0.11 0.45 0 0.4 285.22 0.29 0.46
Hex 88 54 99 B 2D 0 28 11D 1D 2E
Octal 210 124 231 13 55 0 50 435 35 56
Binary 10001000 1010100 10011001 1011 101101 0 101000 100011101 11101 101110

Color Harmonies of #885499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885499

Black with #885499

Text Example


Text Example

White with #885499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885499; }

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

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

background-color css

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

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

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

border-color css

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

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

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