#9f4dd1

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

Shades of Deep Lilac #9F4DD1

Tints of Deep Lilac #9F4DD1

Color information

#9F4DD1 (or 0x9F4DD1) is unknown color: approx Deep Lilac. HEX triplet: 9F, 4D and D1. RGB value is (159,77,209). Sum of RGB (Red+Green+Blue) = 159+77+209=445 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.73% from 445); Green value is 77 (30.47% from 255 or 17.30% from 445); Blue value is 209 (82.03% from 255 or 46.97% from 445); Max value from RGB is 209 - color contains mainly: blue. Hex color #9F4DD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F4DD1 is #60B22E. Grayscale: #747474. Windows color (decimal): -6337071 or 13716895. OLE color: 13716895.

HSL color Cylindrical-coordinate representation of color #9F4DD1: hue angle of 277.27º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9F4DD1 is Cyan = 0.24, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB15977209-
CMYK0.240.6300.18
HSL277.27º58.93%56.08%-
HSV(B)277.27º63.16%81.96%-
XYZ28.4617.2862.16-
YUV116.57180.17158.27-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.73%
GREEN value IS 77 (30.47% from 255) = 17.30%
BLUE value IS 209 (82.03% from 255) = 46.97%
R=35.73%
G=17.30%
B=46.97%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal159772090.240.6300.18277.2758.9356.08
Hex9F4DD1183F0121153b38
Octal23711532130770224257370
Binary1001111110011011101000111000111111010010100010101111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9f4dd1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,77,209); }

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

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

 a { background-color: rgb(159,77,209); }

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

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

 span { border-color: rgb(159,77,209); }

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