#9A4EBA

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

Shades of Deep Lilac #9A4EBA

Tints of Deep Lilac #9A4EBA

Color information

#9A4EBA (or 0x9A4EBA) is unknown color: approx Deep Lilac. HEX triplet: 9A, 4E and BA. RGB value is (154,78,186). Sum of RGB (Red+Green+Blue) = 154+78+186=418 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.84% from 418); Green value is 78 (30.86% from 255 or 18.66% from 418); Blue value is 186 (73.05% from 255 or 44.50% from 418); Max value from RGB is 186 - color contains mainly: blue. Hex color #9A4EBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A4EBA is #65B145. Grayscale: #707070. Windows color (decimal): -6664518 or 12209818. OLE color: 12209818.

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

Color convert

RGB15478186-
CMYK0.170.5800.27
HSL282.22º43.9%51.76%-
HSV(B)282.22º58.06%72.94%-
XYZ24.9115.8648.2-
YUV113.04169.18157.22-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 36.84%
GREEN value IS 78 (30.86% from 255) = 18.66%
BLUE value IS 186 (73.05% from 255) = 44.50%
R=36.84%
G=18.66%
B=44.50%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal154781860.170.5800.27282.2243.951.76
Hex9A4EBA113A01B11a2c34
Octal23211627221720334325464
Binary1001101010011101011101010001111010011011100011010101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A4EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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