#9A4EBF

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

Shades of Deep Lilac #9A4EBF

Tints of Deep Lilac #9A4EBF

Color information

#9A4EBF (or 0x9A4EBF) is unknown color: approx Deep Lilac. HEX triplet: 9A, 4E and BF. RGB value is (154,78,191). Sum of RGB (Red+Green+Blue) = 154+78+191=423 (56% of max value = 765). Red value is 154 (60.55% from 255 or 36.41% from 423); Green value is 78 (30.86% from 255 or 18.44% from 423); Blue value is 191 (75% from 255 or 45.15% from 423); Max value from RGB is 191 - color contains mainly: blue. Hex color #9A4EBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A4EBF is #65B140. Grayscale: #717171. Windows color (decimal): -6664513 or 12537498. OLE color: 12537498.

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

Color convert

RGB15478191-
CMYK0.190.5900.25
HSL280.35º46.89%52.75%-
HSV(B)280.35º59.16%74.9%-
XYZ25.4516.0851.05-
YUV113.61171.68156.81-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 36.41%
GREEN value IS 78 (30.86% from 255) = 18.44%
BLUE value IS 191 (75% from 255) = 45.15%
R=36.41%
G=18.44%
B=45.15%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal154781910.190.5900.25280.3546.8952.75
Hex9A4EBF133B0191182f35
Octal23211627723730314305765
Binary1001101010011101011111110011111011011001100011000101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A4EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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