#9F3DAD

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

Shades of Deep Lilac #9F3DAD

Tints of Deep Lilac #9F3DAD

Color information

#9F3DAD (or 0x9F3DAD) is unknown color: approx Deep Lilac. HEX triplet: 9F, 3D and AD. RGB value is (159,61,173). Sum of RGB (Red+Green+Blue) = 159+61+173=393 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.46% from 393); Green value is 61 (24.22% from 255 or 15.52% from 393); Blue value is 173 (67.97% from 255 or 44.02% from 393); Max value from RGB is 173 - color contains mainly: blue. Hex color #9F3DAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F3DAD is #60C252. Grayscale: #666666. Windows color (decimal): -6341203 or 11353503. OLE color: 11353503.

HSL color Cylindrical-coordinate representation of color #9F3DAD: hue angle of 292.5º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9F3DAD is Cyan = 0.08, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB15961173-
CMYK0.080.6500.32
HSL292.5º47.86%45.88%-
HSV(B)292.5º64.74%67.84%-
XYZ23.5113.7340.95-
YUV103.07167.47167.89-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 40.46%
GREEN value IS 61 (24.22% from 255) = 15.52%
BLUE value IS 173 (67.97% from 255) = 44.02%
R=40.46%
G=15.52%
B=44.02%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal159611730.080.6500.32292.547.8645.88
Hex9F3DAD841020124302e
Octal23775255101010404446056
Binary1001111111110110101101100010000010100000100100100110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F3DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,61,173); }

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

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

 a { background-color: rgb(159,61,173); }

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

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

 span { border-color: rgb(159,61,173); }

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