#9A4EC8

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

Shades of Deep Lilac #9A4EC8

Tints of Deep Lilac #9A4EC8

Color information

#9A4EC8 (or 0x9A4EC8) is unknown color: approx Deep Lilac. HEX triplet: 9A, 4E and C8. RGB value is (154,78,200). Sum of RGB (Red+Green+Blue) = 154+78+200=432 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.65% from 432); Green value is 78 (30.86% from 255 or 18.06% from 432); Blue value is 200 (78.52% from 255 or 46.30% from 432); Max value from RGB is 200 - color contains mainly: blue. Hex color #9A4EC8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A4EC8 is #65B137. Grayscale: #727272. Windows color (decimal): -6664504 or 13127322. OLE color: 13127322.

HSL color Cylindrical-coordinate representation of color #9A4EC8: hue angle of 277.38º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9A4EC8 is Cyan = 0.23, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB15478200-
CMYK0.230.6100.22
HSL277.38º52.59%54.51%-
HSV(B)277.38º61%78.43%-
XYZ26.4816.4956.43-
YUV114.63176.18156.08-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 35.65%
GREEN value IS 78 (30.86% from 255) = 18.06%
BLUE value IS 200 (78.52% from 255) = 46.30%
R=35.65%
G=18.06%
B=46.30%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal154782000.230.6100.22277.3852.5954.51
Hex9A4EC8173D0161153537
Octal23211631027750264256567
Binary1001101010011101100100010111111101010110100010101110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A4EC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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