Html Css Color HEX #88559C Affair

📋 copy color: '#88559C'

red 136 ◦ green 85 ◦ blue 156

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

Shades of Affair #88559C

Tints of Affair #88559C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.55%

 BLUE value IS 156 (61.33% from 255) = 41.38%

R = 36.07%
G = 22.55%
B = 41.38%

CMYK

 C value IS 0.13

 M value IS 0.46

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#88559C (or 0x88559C) is known color: Affair. HEX triplet: 88, 55 and 9C. RGB value is (136,85,156). Sum of RGB (Red+Green+Blue) = 136+85+156=377 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.07% from 377); Green value is 85 (33.59% from 255 or 22.55% from 377); Blue value is 156 (61.33% from 255 or 41.38% from 377); Max value from RGB is 156 - color contains mainly: blue. Hex color #88559C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #88559C is #77AA63. Grayscale: #6C6C6C. Windows color (decimal): -7842404 or 10245512. OLE color: 10245512.

HSL color Cylindrical-coordinate representation of color #88559C: hue angle of 283.1º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #88559C is Cyan = 0.13, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 136 85 156 -
CMYK 0.13 0.46 0 0.39
HSL 283.1º 0.29% 0.47% -
HSV(B) 283.1º 0.46% 0.61% -
XYZ 19.4 14.13 33.16 -
YUV 108.34 154.9 147.73 -
System Red Green Blue C M Y K H S L
Decimal 136 85 156 0.13 0.46 0 0.39 283.1 0.29 0.47
Hex 88 55 9C D 2E 0 27 11B 1D 2F
Octal 210 125 234 15 56 0 47 433 35 57
Binary 10001000 1010101 10011100 1101 101110 0 100111 100011011 11101 101111

Color Harmonies of #88559C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88559C

Black with #88559C

Text Example


Text Example

White with #88559C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88559C; }

 p { color: rgb(136,85,156); }

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

background-color css

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

 a { background-color: rgb(136,85,156); }

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

border-color css

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

 span { border-color: rgb(136,85,156); }

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