#9F49CD

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

Shades of Deep Lilac #9F49CD

Tints of Deep Lilac #9F49CD

Color information

#9F49CD (or 0x9F49CD) is unknown color: approx Deep Lilac. HEX triplet: 9F, 49 and CD. RGB value is (159,73,205). Sum of RGB (Red+Green+Blue) = 159+73+205=437 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.38% from 437); Green value is 73 (28.91% from 255 or 16.70% from 437); Blue value is 205 (80.47% from 255 or 46.91% from 437); Max value from RGB is 205 - color contains mainly: blue. Hex color #9F49CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F49CD is #60B632. Grayscale: #717171. Windows color (decimal): -6338099 or 13453727. OLE color: 13453727.

HSL color Cylindrical-coordinate representation of color #9F49CD: hue angle of 279.09º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9F49CD is Cyan = 0.22, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB15973205-
CMYK0.220.6400.20
HSL279.09º56.9%54.51%-
HSV(B)279.09º64.39%80.39%-
XYZ27.716.5459.49-
YUV113.76179.49160.27-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 36.38%
GREEN value IS 73 (28.91% from 255) = 16.70%
BLUE value IS 205 (80.47% from 255) = 46.91%
R=36.38%
G=16.70%
B=46.91%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal159732050.220.6400.20279.0956.954.51
Hex9F49CD16400141173937
Octal237111315261000244277167
Binary10011111100100111001101101101000000010100100010111111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F49CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,73,205); }

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

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

 a { background-color: rgb(159,73,205); }

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

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

 span { border-color: rgb(159,73,205); }

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