#9B5ABA

Color #9B5ABA Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #9B5ABA

Tints of Deep Lilac #9B5ABA

Color information

#9B5ABA (or 0x9B5ABA) is unknown color: approx Deep Lilac. HEX triplet: 9B, 5A and BA. RGB value is (155,90,186). Sum of RGB (Red+Green+Blue) = 155+90+186=431 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.96% from 431); Green value is 90 (35.55% from 255 or 20.88% from 431); Blue value is 186 (73.05% from 255 or 43.16% from 431); Max value from RGB is 186 - color contains mainly: blue. Hex color #9B5ABA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B5ABA is #64A545. Grayscale: #787878. Windows color (decimal): -6595910 or 12212891. OLE color: 12212891.

HSL color Cylindrical-coordinate representation of color #9B5ABA: hue angle of 280.62º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9B5ABA is Cyan = 0.17, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB15590186-
CMYK0.170.5200.27
HSL280.62º41.03%54.12%-
HSV(B)280.62º51.61%72.94%-
XYZ26.0417.8348.52-
YUV120.38165.03152.69-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 35.96%
GREEN value IS 90 (35.55% from 255) = 20.88%
BLUE value IS 186 (73.05% from 255) = 43.16%
R=35.96%
G=20.88%
B=43.16%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal155901860.170.5200.27280.6241.0354.12
Hex9B5ABA113401B1192936
Octal23313227221640334315166
Binary1001101110110101011101010001110100011011100011001101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,90,186); }

 H1.HeaderClassName
 {
   color: #9B5ABA;
 }
 .AnyTagClassName
 {
   color: #9B5ABA;
 }
</style>
background-color css

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

 a { background-color: rgb(155,90,186); }

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

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

 span { border-color: rgb(155,90,186); }

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