#9A4ECF

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

Shades of Deep Lilac #9A4ECF

Tints of Deep Lilac #9A4ECF

Color information

#9A4ECF (or 0x9A4ECF) is unknown color: approx Deep Lilac. HEX triplet: 9A, 4E and CF. RGB value is (154,78,207). Sum of RGB (Red+Green+Blue) = 154+78+207=439 (58% of max value = 765). Red value is 154 (60.55% from 255 or 35.08% from 439); Green value is 78 (30.86% from 255 or 17.77% from 439); Blue value is 207 (81.25% from 255 or 47.15% from 439); Max value from RGB is 207 - color contains mainly: blue. Hex color #9A4ECF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A4ECF is #65B130. Grayscale: #727272. Windows color (decimal): -6664497 or 13586074. OLE color: 13586074.

HSL color Cylindrical-coordinate representation of color #9A4ECF: hue angle of 275.35º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9A4ECF is Cyan = 0.26, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB15478207-
CMYK0.260.6200.19
HSL275.35º57.33%55.88%-
HSV(B)275.35º62.32%81.18%-
XYZ27.3116.8260.84-
YUV115.43179.68155.51-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 35.08%
GREEN value IS 78 (30.86% from 255) = 17.77%
BLUE value IS 207 (81.25% from 255) = 47.15%
R=35.08%
G=17.77%
B=47.15%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal154782070.260.6200.19275.3557.3355.88
Hex9A4ECF1A3E0131133938
Octal23211631732760234237170
Binary1001101010011101100111111010111110010011100010011111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A4ECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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