#9F49BE

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

Shades of Deep Lilac #9F49BE

Tints of Deep Lilac #9F49BE

Color information

#9F49BE (or 0x9F49BE) is unknown color: approx Deep Lilac. HEX triplet: 9F, 49 and BE. RGB value is (159,73,190). Sum of RGB (Red+Green+Blue) = 159+73+190=422 (55% of max value = 765). Red value is 159 (62.5% from 255 or 37.68% from 422); Green value is 73 (28.91% from 255 or 17.30% from 422); Blue value is 190 (74.61% from 255 or 45.02% from 422); Max value from RGB is 190 - color contains mainly: blue. Hex color #9F49BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F49BE is #60B641. Grayscale: #6F6F6F. Windows color (decimal): -6338114 or 12470687. OLE color: 12470687.

HSL color Cylindrical-coordinate representation of color #9F49BE: hue angle of 284.1º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9F49BE is Cyan = 0.16, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15973190-
CMYK0.160.6200.25
HSL284.1º47.37%51.57%-
HSV(B)284.1º61.58%74.51%-
XYZ25.9715.8550.41-
YUV112.05171.99161.49-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 37.68%
GREEN value IS 73 (28.91% from 255) = 17.30%
BLUE value IS 190 (74.61% from 255) = 45.02%
R=37.68%
G=17.30%
B=45.02%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal159731900.160.6200.25284.147.3751.57
Hex9F49BE103E01911c2f34
Octal23711127620760314345764
Binary1001111110010011011111010000111110011001100011100101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F49BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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