#9a5bba

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

Shades of Deep Lilac #9A5BBA

Tints of Deep Lilac #9A5BBA

Color information

#9A5BBA (or 0x9A5BBA) is unknown color: approx Deep Lilac. HEX triplet: 9A, 5B and BA. RGB value is (154,91,186). Sum of RGB (Red+Green+Blue) = 154+91+186=431 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.73% from 431); Green value is 91 (35.94% from 255 or 21.11% 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 #9A5BBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A5BBA is #65A445. Grayscale: #787878. Windows color (decimal): -6661190 or 12213146. OLE color: 12213146.

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

Color convert

RGB15491186-
CMYK0.170.5100.27
HSL279.79º40.77%54.31%-
HSV(B)279.79º51.08%72.94%-
XYZ25.9317.948.54-
YUV120.67164.87151.78-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 35.73%
GREEN value IS 91 (35.94% from 255) = 21.11%
BLUE value IS 186 (73.05% from 255) = 43.16%
R=35.73%
G=21.11%
B=43.16%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal154911860.170.5100.27279.7940.7754.31
Hex9A5BBA113301B1182936
Octal23213327221630334305166
Binary1001101010110111011101010001110011011011100011000101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9a5bba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,91,186); }

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

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

 a { background-color: rgb(154,91,186); }

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

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

 span { border-color: rgb(154,91,186); }

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