#9E4AC7

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

Shades of Deep Lilac #9E4AC7

Tints of Deep Lilac #9E4AC7

Color information

#9E4AC7 (or 0x9E4AC7) is unknown color: approx Deep Lilac. HEX triplet: 9E, 4A and C7. RGB value is (158,74,199). Sum of RGB (Red+Green+Blue) = 158+74+199=431 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.66% from 431); Green value is 74 (29.30% from 255 or 17.17% from 431); Blue value is 199 (78.12% from 255 or 46.17% from 431); Max value from RGB is 199 - color contains mainly: blue. Hex color #9E4AC7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E4AC7 is #61B538. Grayscale: #707070. Windows color (decimal): -6403385 or 13060766. OLE color: 13060766.

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

Color convert

RGB15874199-
CMYK0.210.6300.22
HSL280.32º52.74%53.53%-
HSV(B)280.32º62.81%78.04%-
XYZ26.8616.2955.76-
YUV113.37176.33159.84-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 36.66%
GREEN value IS 74 (29.30% from 255) = 17.17%
BLUE value IS 199 (78.12% from 255) = 46.17%
R=36.66%
G=17.17%
B=46.17%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal158741990.210.6300.22280.3252.7453.53
Hex9E4AC7153F0161183536
Octal23611230725770264306566
Binary1001111010010101100011110101111111010110100011000110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E4AC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,74,199); }

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

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

 a { background-color: rgb(158,74,199); }

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

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

 span { border-color: rgb(158,74,199); }

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