#9A5EBE

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

Shades of Deep Lilac #9A5EBE

Tints of Deep Lilac #9A5EBE

Color information

#9A5EBE (or 0x9A5EBE) is unknown color: approx Deep Lilac. HEX triplet: 9A, 5E and BE. RGB value is (154,94,190). Sum of RGB (Red+Green+Blue) = 154+94+190=438 (58% of max value = 765). Red value is 154 (60.55% from 255 or 35.16% from 438); Green value is 94 (37.11% from 255 or 21.46% from 438); Blue value is 190 (74.61% from 255 or 43.38% from 438); Max value from RGB is 190 - color contains mainly: blue. Hex color #9A5EBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A5EBE is #65A141. Grayscale: #7A7A7A. Windows color (decimal): -6660418 or 12476058. OLE color: 12476058.

HSL color Cylindrical-coordinate representation of color #9A5EBE: hue angle of 277.5º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9A5EBE is Cyan = 0.19, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15494190-
CMYK0.190.5100.25
HSL277.5º42.48%55.69%-
HSV(B)277.5º50.53%74.51%-
XYZ26.6218.5950.9-
YUV122.88165.88150.19-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 35.16%
GREEN value IS 94 (37.11% from 255) = 21.46%
BLUE value IS 190 (74.61% from 255) = 43.38%
R=35.16%
G=21.46%
B=43.38%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal154941900.190.5100.25277.542.4855.69
Hex9A5EBE13330191162a38
Octal23213627623630314265270
Binary1001101010111101011111010011110011011001100010110101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A5EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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