#9948BA

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

Shades of Deep Lilac #9948BA

Tints of Deep Lilac #9948BA

Color information

#9948BA (or 0x9948BA) is unknown color: approx Deep Lilac. HEX triplet: 99, 48 and BA. RGB value is (153,72,186). Sum of RGB (Red+Green+Blue) = 153+72+186=411 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.23% from 411); Green value is 72 (28.52% from 255 or 17.52% from 411); Blue value is 186 (73.05% from 255 or 45.26% from 411); Max value from RGB is 186 - color contains mainly: blue. Hex color #9948BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9948BA is #66B745. Grayscale: #6C6C6C. Windows color (decimal): -6731590 or 12208281. OLE color: 12208281.

HSL color Cylindrical-coordinate representation of color #9948BA: hue angle of 282.63º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9948BA is Cyan = 0.18, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB15372186-
CMYK0.180.6100.27
HSL282.63º45.24%50.59%-
HSV(B)282.63º61.29%72.94%-
XYZ24.3214.9548.06-
YUV109.22171.34159.23-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.23%
GREEN value IS 72 (28.52% from 255) = 17.52%
BLUE value IS 186 (73.05% from 255) = 45.26%
R=37.23%
G=17.52%
B=45.26%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal153721860.180.6100.27282.6345.2450.59
Hex9948BA123D01B11b2d33
Octal23111027222750334335563
Binary1001100110010001011101010010111101011011100011011101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9948BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9948BA; }

 p { color: rgb(153,72,186); }

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

<style>
 a { background-color: #9948BA; }

 a { background-color: rgb(153,72,186); }

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

<style>
 span { border-color: #9948BA; }

 span { border-color: rgb(153,72,186); }

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