Html Css Color HEX #88539B Affair

📋 copy color: '#88539B'

red 136 ◦ green 83 ◦ blue 155

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

Shades of Affair #88539B

Tints of Affair #88539B

RGB

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

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

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

R = 36.36%
G = 22.19%
B = 41.44%

CMYK

 C value IS 0.12

 M value IS 0.46

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#88539B (or 0x88539B) is known color: Affair. HEX triplet: 88, 53 and 9B. RGB value is (136,83,155). Sum of RGB (Red+Green+Blue) = 136+83+155=374 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.36% from 374); Green value is 83 (32.81% from 255 or 22.19% from 374); Blue value is 155 (60.94% from 255 or 41.44% from 374); Max value from RGB is 155 - color contains mainly: blue. Hex color #88539B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #88539B is #77AC64. Grayscale: #6A6A6A. Windows color (decimal): -7842917 or 10179464. OLE color: 10179464.

HSL color Cylindrical-coordinate representation of color #88539B: hue angle of 284.17º degrees, saturation: 0.3, 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 #88539B is Cyan = 0.12, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 136 83 155 -
CMYK 0.12 0.46 0 0.39
HSL 284.17º 0.3% 0.47% -
HSV(B) 284.17º 0.46% 0.61% -
XYZ 19.16 13.79 32.66 -
YUV 107.06 155.06 148.65 -
System Red Green Blue C M Y K H S L
Decimal 136 83 155 0.12 0.46 0 0.39 284.17 0.3 0.47
Hex 88 53 9B C 2E 0 27 11C 1E 2F
Octal 210 123 233 14 56 0 47 434 36 57
Binary 10001000 1010011 10011011 1100 101110 0 100111 100011100 11110 101111

Color Harmonies of #88539B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88539B

Black with #88539B

Text Example


Text Example

White with #88539B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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