Html Css Color HEX #885898 Affair

📋 copy color: '#885898'

red 136 ◦ green 88 ◦ blue 152

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

Shades of Affair #885898

Tints of Affair #885898

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 40.43%

R = 36.17%
G = 23.4%
B = 40.43%

CMYK

 C value IS 0.11

 M value IS 0.42

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#885898 (or 0x885898) is known color: Affair. HEX triplet: 88, 58 and 98. RGB value is (136,88,152). Sum of RGB (Red+Green+Blue) = 136+88+152=376 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.17% from 376); Green value is 88 (34.77% from 255 or 23.40% from 376); Blue value is 152 (59.77% from 255 or 40.43% from 376); Max value from RGB is 152 - color contains mainly: blue. Hex color #885898 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885898 is #77A767. Grayscale: #6D6D6D. Windows color (decimal): -7841640 or 9984136. OLE color: 9984136.

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

Color convert

RGB 136 88 152 -
CMYK 0.11 0.42 0 0.40
HSL 285º 0.27% 0.47% -
HSV(B) 285º 0.42% 0.6% -
XYZ 19.31 14.48 31.48 -
YUV 109.65 151.9 146.8 -
System Red Green Blue C M Y K H S L
Decimal 136 88 152 0.11 0.42 0 0.40 285 0.27 0.47
Hex 88 58 98 B 2A 0 28 11D 1B 2F
Octal 210 130 230 13 52 0 50 435 33 57
Binary 10001000 1011000 10011000 1011 101010 0 101000 100011101 11011 101111

Color Harmonies of #885898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885898

Black with #885898

Text Example


Text Example

White with #885898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885898; }

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

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

background-color css

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

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

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

border-color css

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

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

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