Html Css Color HEX #88529C Affair

📋 copy color: '#88529C'

red 136 ◦ green 82 ◦ blue 156

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

Shades of Affair #88529C

Tints of Affair #88529C

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.93%

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

R = 36.36%
G = 21.93%
B = 41.71%

CMYK

 C value IS 0.13

 M value IS 0.47

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#88529C (or 0x88529C) is known color: Affair. HEX triplet: 88, 52 and 9C. RGB value is (136,82,156). Sum of RGB (Red+Green+Blue) = 136+82+156=374 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.36% from 374); Green value is 82 (32.42% from 255 or 21.93% from 374); Blue value is 156 (61.33% from 255 or 41.71% from 374); Max value from RGB is 156 - color contains mainly: blue. Hex color #88529C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #88529C is #77AD63. Grayscale: #6A6A6A. Windows color (decimal): -7843172 or 10244744. OLE color: 10244744.

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

Color convert

RGB 136 82 156 -
CMYK 0.13 0.47 0 0.39
HSL 283.78º 0.31% 0.47% -
HSV(B) 283.78º 0.47% 0.61% -
XYZ 19.17 13.67 33.08 -
YUV 106.58 155.89 148.98 -
System Red Green Blue C M Y K H S L
Decimal 136 82 156 0.13 0.47 0 0.39 283.78 0.31 0.47
Hex 88 52 9C D 2F 0 27 11C 1F 2F
Octal 210 122 234 15 57 0 47 434 37 57
Binary 10001000 1010010 10011100 1101 101111 0 100111 100011100 11111 101111

Color Harmonies of #88529C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88529C

Black with #88529C

Text Example


Text Example

White with #88529C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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