#9F48B4

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

Shades of Deep Lilac #9F48B4

Tints of Deep Lilac #9F48B4

Color information

#9F48B4 (or 0x9F48B4) is unknown color: approx Deep Lilac. HEX triplet: 9F, 48 and B4. RGB value is (159,72,180). Sum of RGB (Red+Green+Blue) = 159+72+180=411 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.69% from 411); Green value is 72 (28.52% from 255 or 17.52% from 411); Blue value is 180 (70.70% from 255 or 43.80% from 411); Max value from RGB is 180 - color contains mainly: blue. Hex color #9F48B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F48B4 is #60B74B. Grayscale: #6D6D6D. Windows color (decimal): -6338380 or 11815071. OLE color: 11815071.

HSL color Cylindrical-coordinate representation of color #9F48B4: hue angle of 288.33º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9F48B4 is Cyan = 0.12, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB15972180-
CMYK0.120.6000.29
HSL288.33º42.86%49.41%-
HSV(B)288.33º60%70.59%-
XYZ24.8515.344.82-
YUV110.32167.32162.72-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 38.69%
GREEN value IS 72 (28.52% from 255) = 17.52%
BLUE value IS 180 (70.70% from 255) = 43.80%
R=38.69%
G=17.52%
B=43.80%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal159721800.120.6000.29288.3342.8649.41
Hex9F48B4C3C01D1202b31
Octal23711026414740354405361
Binary100111111001000101101001100111100011101100100000101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F48B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,72,180); }

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

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

 a { background-color: rgb(159,72,180); }

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

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

 span { border-color: rgb(159,72,180); }

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