#9A4EBB

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

Shades of Deep Lilac #9A4EBB

Tints of Deep Lilac #9A4EBB

Color information

#9A4EBB (or 0x9A4EBB) is unknown color: approx Deep Lilac. HEX triplet: 9A, 4E and BB. RGB value is (154,78,187). Sum of RGB (Red+Green+Blue) = 154+78+187=419 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.75% from 419); Green value is 78 (30.86% from 255 or 18.62% from 419); Blue value is 187 (73.44% from 255 or 44.63% from 419); Max value from RGB is 187 - color contains mainly: blue. Hex color #9A4EBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A4EBB is #65B144. Grayscale: #707070. Windows color (decimal): -6664517 or 12275354. OLE color: 12275354.

HSL color Cylindrical-coordinate representation of color #9A4EBB: hue angle of 281.83º 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 #9A4EBB is Cyan = 0.18, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB15478187-
CMYK0.180.5800.27
HSL281.83º44.49%51.96%-
HSV(B)281.83º58.29%73.33%-
XYZ25.0215.9148.77-
YUV113.15169.68157.14-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 36.75%
GREEN value IS 78 (30.86% from 255) = 18.62%
BLUE value IS 187 (73.44% from 255) = 44.63%
R=36.75%
G=18.62%
B=44.63%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal154781870.180.5800.27281.8344.4951.96
Hex9A4EBB123A01B11a2c34
Octal23211627322720334325464
Binary1001101010011101011101110010111010011011100011010101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A4EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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