Html Css Color HEX #9B59AB Deep Lilac

📋 copy color: '#9B59AB'

red 155 ◦ green 89 ◦ blue 171

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

Shades of Deep Lilac #9B59AB

Tints of Deep Lilac #9B59AB

RGB

 RED value IS 155 (60.94% from 255) = 37.35%

 GREEN value IS 89 (35.16% from 255) = 21.45%

 BLUE value IS 171 (67.19% from 255) = 41.2%

R = 37.35%
G = 21.45%
B = 41.2%

CMYK

 C value IS 0.09

 M value IS 0.48

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9B59AB (or 0x9B59AB) is known color: Deep Lilac. HEX triplet: 9B, 59 and AB. RGB value is (155,89,171). Sum of RGB (Red+Green+Blue) = 155+89+171=415 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.35% from 415); Green value is 89 (35.16% from 255 or 21.45% from 415); Blue value is 171 (67.19% from 255 or 41.20% from 415); Max value from RGB is 171 - color contains mainly: blue. Hex color #9B59AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B59AB is #64A654. Grayscale: #757575. Windows color (decimal): -6596181 or 11229595. OLE color: 11229595.

HSL color Cylindrical-coordinate representation of color #9B59AB: hue angle of 288.29º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9B59AB is Cyan = 0.09, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 155 89 171 -
CMYK 0.09 0.48 0 0.33
HSL 288.29º 0.33% 0.51% -
HSV(B) 288.29º 0.48% 0.67% -
XYZ 24.44 17.05 40.53 -
YUV 118.08 157.87 154.33 -
System Red Green Blue C M Y K H S L
Decimal 155 89 171 0.09 0.48 0 0.33 288.29 0.33 0.51
Hex 9B 59 AB 9 30 0 21 120 21 33
Octal 233 131 253 11 60 0 41 440 41 63
Binary 10011011 1011001 10101011 1001 110000 0 100001 100100000 100001 110011

Color Harmonies of #9B59AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B59AB

Black with #9B59AB

Text Example


Text Example

White with #9B59AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9B59AB; }

 p { color: rgb(155,89,171); }

 H1.HeaderClassName
 {
   color: #9B59AB;
 }
 .AnyTagClassName
 {
   color: #9B59AB;
 }
</style>

background-color css

<style>
 a { background-color: #9B59AB; }

 a { background-color: rgb(155,89,171); }

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

border-color css

<style>
 span { border-color: #9B59AB; }

 span { border-color: rgb(155,89,171); }

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