#9A4DBA

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

Shades of Deep Lilac #9A4DBA

Tints of Deep Lilac #9A4DBA

Color information

#9A4DBA (or 0x9A4DBA) is unknown color: approx Deep Lilac. HEX triplet: 9A, 4D and BA. RGB value is (154,77,186). Sum of RGB (Red+Green+Blue) = 154+77+186=417 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.93% from 417); Green value is 77 (30.47% from 255 or 18.47% from 417); Blue value is 186 (73.05% from 255 or 44.60% from 417); Max value from RGB is 186 - color contains mainly: blue. Hex color #9A4DBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A4DBA is #65B245. Grayscale: #707070. Windows color (decimal): -6664774 or 12209562. OLE color: 12209562.

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

Color convert

RGB15477186-
CMYK0.170.5900.27
HSL282.39º44.13%51.57%-
HSV(B)282.39º58.6%72.94%-
XYZ24.8415.7248.18-
YUV112.45169.51157.64-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 36.93%
GREEN value IS 77 (30.47% from 255) = 18.47%
BLUE value IS 186 (73.05% from 255) = 44.60%
R=36.93%
G=18.47%
B=44.60%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal154771860.170.5900.27282.3944.1351.57
Hex9A4DBA113B01B11a2c34
Octal23211527221730334325464
Binary1001101010011011011101010001111011011011100011010101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A4DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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