#9A5EBA

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

Shades of Deep Lilac #9A5EBA

Tints of Deep Lilac #9A5EBA

Color information

#9A5EBA (or 0x9A5EBA) is unknown color: approx Deep Lilac. HEX triplet: 9A, 5E and BA. RGB value is (154,94,186). Sum of RGB (Red+Green+Blue) = 154+94+186=434 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.48% from 434); Green value is 94 (37.11% from 255 or 21.66% from 434); Blue value is 186 (73.05% from 255 or 42.86% from 434); Max value from RGB is 186 - color contains mainly: blue. Hex color #9A5EBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A5EBA is #65A145. Grayscale: #7A7A7A. Windows color (decimal): -6660422 or 12213914. OLE color: 12213914.

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

Color convert

RGB15494186-
CMYK0.170.4900.27
HSL279.13º40%54.9%-
HSV(B)279.13º49.46%72.94%-
XYZ26.1918.4248.63-
YUV122.43163.88150.52-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 35.48%
GREEN value IS 94 (37.11% from 255) = 21.66%
BLUE value IS 186 (73.05% from 255) = 42.86%
R=35.48%
G=21.66%
B=42.86%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal154941860.170.4900.27279.134054.9
Hex9A5EBA113101B1172837
Octal23213627221610334275067
Binary1001101010111101011101010001110001011011100010111101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A5EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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