Html Css Color HEX #88539D Affair

📋 copy color: '#88539D'

red 136 ◦ green 83 ◦ blue 157

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

Shades of Affair #88539D

Tints of Affair #88539D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.07%

 BLUE value IS 157 (61.72% from 255) = 41.76%

R = 36.17%
G = 22.07%
B = 41.76%

CMYK

 C value IS 0.13

 M value IS 0.47

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#88539D (or 0x88539D) is known color: Affair. HEX triplet: 88, 53 and 9D. RGB value is (136,83,157). Sum of RGB (Red+Green+Blue) = 136+83+157=376 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.17% from 376); Green value is 83 (32.81% from 255 or 22.07% from 376); Blue value is 157 (61.72% from 255 or 41.76% from 376); Max value from RGB is 157 - color contains mainly: blue. Hex color #88539D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #88539D is #77AC62. Grayscale: #6B6B6B. Windows color (decimal): -7842915 or 10310536. OLE color: 10310536.

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

Color convert

RGB 136 83 157 -
CMYK 0.13 0.47 0 0.38
HSL 282.97º 0.31% 0.47% -
HSV(B) 282.97º 0.47% 0.62% -
XYZ 19.33 13.86 33.55 -
YUV 107.28 156.06 148.48 -
System Red Green Blue C M Y K H S L
Decimal 136 83 157 0.13 0.47 0 0.38 282.97 0.31 0.47
Hex 88 53 9D D 2F 0 26 11B 1F 2F
Octal 210 123 235 15 57 0 46 433 37 57
Binary 10001000 1010011 10011101 1101 101111 0 100110 100011011 11111 101111

Color Harmonies of #88539D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88539D

Black with #88539D

Text Example


Text Example

White with #88539D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88539D; }

 p { color: rgb(136,83,157); }

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

background-color css

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

 a { background-color: rgb(136,83,157); }

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

border-color css

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

 span { border-color: rgb(136,83,157); }

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