#9F4EB9

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

Shades of Deep Lilac #9F4EB9

Tints of Deep Lilac #9F4EB9

Color information

#9F4EB9 (or 0x9F4EB9) is unknown color: approx Deep Lilac. HEX triplet: 9F, 4E and B9. RGB value is (159,78,185). Sum of RGB (Red+Green+Blue) = 159+78+185=422 (55% of max value = 765). Red value is 159 (62.5% from 255 or 37.68% from 422); Green value is 78 (30.86% from 255 or 18.48% from 422); Blue value is 185 (72.66% from 255 or 43.84% from 422); Max value from RGB is 185 - color contains mainly: blue. Hex color #9F4EB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F4EB9 is #60B146. Grayscale: #727272. Windows color (decimal): -6336839 or 12144287. OLE color: 12144287.

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

Color convert

RGB15978185-
CMYK0.140.5800.27
HSL285.42º43.32%51.57%-
HSV(B)285.42º57.84%72.55%-
XYZ25.7816.3247.69-
YUV114.42167.84159.8-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 37.68%
GREEN value IS 78 (30.86% from 255) = 18.48%
BLUE value IS 185 (72.66% from 255) = 43.84%
R=37.68%
G=18.48%
B=43.84%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal159781850.140.5800.27285.4243.3251.57
Hex9F4EB9E3A01B11d2b34
Octal23711627116720334355364
Binary100111111001110101110011110111010011011100011101101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F4EB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,78,185); }

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

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

 a { background-color: rgb(159,78,185); }

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

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

 span { border-color: rgb(159,78,185); }

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