#9F46BF

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

Shades of Deep Lilac #9F46BF

Tints of Deep Lilac #9F46BF

Color information

#9F46BF (or 0x9F46BF) is unknown color: approx Deep Lilac. HEX triplet: 9F, 46 and BF. RGB value is (159,70,191). Sum of RGB (Red+Green+Blue) = 159+70+191=420 (55% of max value = 765). Red value is 159 (62.5% from 255 or 37.86% from 420); Green value is 70 (27.73% from 255 or 16.67% from 420); Blue value is 191 (75% from 255 or 45.48% from 420); Max value from RGB is 191 - color contains mainly: blue. Hex color #9F46BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F46BF is #60B940. Grayscale: #6E6E6E. Windows color (decimal): -6338881 or 12535455. OLE color: 12535455.

HSL color Cylindrical-coordinate representation of color #9F46BF: hue angle of 284.13º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9F46BF is Cyan = 0.17, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15970191-
CMYK0.170.6300.25
HSL284.13º48.59%51.18%-
HSV(B)284.13º63.35%74.9%-
XYZ25.8915.5150.92-
YUV110.4173.49162.66-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 37.86%
GREEN value IS 70 (27.73% from 255) = 16.67%
BLUE value IS 191 (75% from 255) = 45.48%
R=37.86%
G=16.67%
B=45.48%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal159701910.170.6300.25284.1348.5951.18
Hex9F46BF113F01911c3133
Octal23710627721770314346163
Binary1001111110001101011111110001111111011001100011100110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F46BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,70,191); }

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

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

 a { background-color: rgb(159,70,191); }

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

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

 span { border-color: rgb(159,70,191); }

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