Html Css Color HEX #88579B Affair

📋 copy color: '#88579B'

red 136 ◦ green 87 ◦ blue 155

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

Shades of Affair #88579B

Tints of Affair #88579B

RGB

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

 GREEN value IS 87 (34.38% from 255) = 23.02%

 BLUE value IS 155 (60.94% from 255) = 41.01%

R = 35.98%
G = 23.02%
B = 41.01%

CMYK

 C value IS 0.12

 M value IS 0.44

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#88579B (or 0x88579B) is known color: Affair. HEX triplet: 88, 57 and 9B. RGB value is (136,87,155). Sum of RGB (Red+Green+Blue) = 136+87+155=378 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.98% from 378); Green value is 87 (34.38% from 255 or 23.02% from 378); Blue value is 155 (60.94% from 255 or 41.01% from 378); Max value from RGB is 155 - color contains mainly: blue. Hex color #88579B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #88579B is #77A864. Grayscale: #6D6D6D. Windows color (decimal): -7841893 or 10180488. OLE color: 10180488.

HSL color Cylindrical-coordinate representation of color #88579B: hue angle of 283.24º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #88579B is Cyan = 0.12, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 136 87 155 -
CMYK 0.12 0.44 0 0.39
HSL 283.24º 0.28% 0.47% -
HSV(B) 283.24º 0.44% 0.61% -
XYZ 19.48 14.42 32.77 -
YUV 109.4 153.73 146.97 -
System Red Green Blue C M Y K H S L
Decimal 136 87 155 0.12 0.44 0 0.39 283.24 0.28 0.47
Hex 88 57 9B C 2C 0 27 11B 1C 2F
Octal 210 127 233 14 54 0 47 433 34 57
Binary 10001000 1010111 10011011 1100 101100 0 100111 100011011 11100 101111

Color Harmonies of #88579B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88579B

Black with #88579B

Text Example


Text Example

White with #88579B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88579B; }

 p { color: rgb(136,87,155); }

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

background-color css

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

 a { background-color: rgb(136,87,155); }

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

border-color css

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

 span { border-color: rgb(136,87,155); }

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