#9249BA

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

Shades of Deep Lilac #9249BA

Tints of Deep Lilac #9249BA

Color information

#9249BA (or 0x9249BA) is unknown color: approx Deep Lilac. HEX triplet: 92, 49 and BA. RGB value is (146,73,186). Sum of RGB (Red+Green+Blue) = 146+73+186=405 (53% of max value = 765). Red value is 146 (57.42% from 255 or 36.05% from 405); Green value is 73 (28.91% from 255 or 18.02% from 405); Blue value is 186 (73.05% from 255 or 45.93% from 405); Max value from RGB is 186 - color contains mainly: blue. Hex color #9249BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9249BA is #6DB645. Grayscale: #6B6B6B. Windows color (decimal): -7190086 or 12208530. OLE color: 12208530.

HSL color Cylindrical-coordinate representation of color #9249BA: hue angle of 278.76º 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 #9249BA is Cyan = 0.22, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB14673186-
CMYK0.220.6100.27
HSL278.76º45.02%50.78%-
HSV(B)278.76º60.75%72.94%-
XYZ23.114.4248.02-
YUV107.71172.18155.31-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 36.05%
GREEN value IS 73 (28.91% from 255) = 18.02%
BLUE value IS 186 (73.05% from 255) = 45.93%
R=36.05%
G=18.02%
B=45.93%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal146731860.220.6100.27278.7645.0250.78
Hex9249BA163D01B1172d33
Octal22211127226750334275563
Binary1001001010010011011101010110111101011011100010111101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9249BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,73,186); }

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

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

 a { background-color: rgb(146,73,186); }

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

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

 span { border-color: rgb(146,73,186); }

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