Html Css Color HEX #9B56AB Deep Lilac

📋 copy color: '#9B56AB'

red 155 ◦ green 86 ◦ blue 171

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

Shades of Deep Lilac #9B56AB

Tints of Deep Lilac #9B56AB

RGB

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

 GREEN value IS 86 (33.98% from 255) = 20.87%

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

R = 37.62%
G = 20.87%
B = 41.5%

CMYK

 C value IS 0.09

 M value IS 0.50

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9B56AB (or 0x9B56AB) is known color: Deep Lilac. HEX triplet: 9B, 56 and AB. RGB value is (155,86,171). Sum of RGB (Red+Green+Blue) = 155+86+171=412 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.62% from 412); Green value is 86 (33.98% from 255 or 20.87% from 412); Blue value is 171 (67.19% from 255 or 41.50% from 412); Max value from RGB is 171 - color contains mainly: blue. Hex color #9B56AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B56AB is #64A954. Grayscale: #747474. Windows color (decimal): -6596949 or 11228827. OLE color: 11228827.

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

Color convert

RGB 155 86 171 -
CMYK 0.09 0.50 0 0.33
HSL 288.71º 0.34% 0.5% -
HSV(B) 288.71º 0.5% 0.67% -
XYZ 24.2 16.56 40.45 -
YUV 116.32 158.86 155.59 -
System Red Green Blue C M Y K H S L
Decimal 155 86 171 0.09 0.50 0 0.33 288.71 0.34 0.5
Hex 9B 56 AB 9 32 0 21 121 22 32
Octal 233 126 253 11 62 0 41 441 42 62
Binary 10011011 1010110 10101011 1001 110010 0 100001 100100001 100010 110010

Color Harmonies of #9B56AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B56AB

Black with #9B56AB

Text Example


Text Example

White with #9B56AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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