#9a4ebc

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

Shades of Deep Lilac #9A4EBC

Tints of Deep Lilac #9A4EBC

Color information

#9A4EBC (or 0x9A4EBC) is unknown color: approx Deep Lilac. HEX triplet: 9A, 4E and BC. RGB value is (154,78,188). Sum of RGB (Red+Green+Blue) = 154+78+188=420 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.67% from 420); Green value is 78 (30.86% from 255 or 18.57% from 420); Blue value is 188 (73.83% from 255 or 44.76% from 420); Max value from RGB is 188 - color contains mainly: blue. Hex color #9A4EBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A4EBC is #65B143. Grayscale: #707070. Windows color (decimal): -6664516 or 12340890. OLE color: 12340890.

HSL color Cylindrical-coordinate representation of color #9A4EBC: hue angle of 281.45º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9A4EBC is Cyan = 0.18, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB15478188-
CMYK0.180.5900.26
HSL281.45º45.08%52.16%-
HSV(B)281.45º58.51%73.73%-
XYZ25.1315.9549.33-
YUV113.26170.18157.06-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 36.67%
GREEN value IS 78 (30.86% from 255) = 18.57%
BLUE value IS 188 (73.83% from 255) = 44.76%
R=36.67%
G=18.57%
B=44.76%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal154781880.180.5900.26281.4545.0852.16
Hex9A4EBC123B01A1192d34
Octal23211627422730324315564
Binary1001101010011101011110010010111011011010100011001101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9a4ebc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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