Html Css Color HEX #885899 Affair

📋 copy color: '#885899'

red 136 ◦ green 88 ◦ blue 153

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

Shades of Affair #885899

Tints of Affair #885899

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.34%

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

R = 36.07%
G = 23.34%
B = 40.58%

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

#885899 (or 0x885899) is known color: Affair. HEX triplet: 88, 58 and 99. RGB value is (136,88,153). Sum of RGB (Red+Green+Blue) = 136+88+153=377 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.07% from 377); Green value is 88 (34.77% from 255 or 23.34% from 377); Blue value is 153 (60.16% from 255 or 40.58% from 377); Max value from RGB is 153 - color contains mainly: blue. Hex color #885899 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885899 is #77A766. Grayscale: #6D6D6D. Windows color (decimal): -7841639 or 10049672. OLE color: 10049672.

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

Color convert

RGB 136 88 153 -
CMYK 0.11 0.42 0 0.4
HSL 284.31º 0.27% 0.47% -
HSV(B) 284.31º 0.42% 0.6% -
XYZ 19.39 14.51 31.92 -
YUV 109.76 152.4 146.71 -
System Red Green Blue C M Y K H S L
Decimal 136 88 153 0.11 0.42 0 0.4 284.31 0.27 0.47
Hex 88 58 99 B 2A 0 28 11C 1B 2F
Octal 210 130 231 13 52 0 50 434 33 57
Binary 10001000 1011000 10011001 1011 101010 0 101000 100011100 11011 101111

Color Harmonies of #885899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885899

Black with #885899

Text Example


Text Example

White with #885899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885899; }

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

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

background-color css

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

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

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

border-color css

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

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

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