#9249c9

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

Shades of Deep Lilac #9249C9

Tints of Deep Lilac #9249C9

Color information

#9249C9 (or 0x9249C9) is unknown color: approx Deep Lilac. HEX triplet: 92, 49 and C9. RGB value is (146,73,201). Sum of RGB (Red+Green+Blue) = 146+73+201=420 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.76% from 420); Green value is 73 (28.91% from 255 or 17.38% from 420); Blue value is 201 (78.91% from 255 or 47.86% from 420); Max value from RGB is 201 - color contains mainly: blue. Hex color #9249C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9249C9 is #6DB636. Grayscale: #6C6C6C. Windows color (decimal): -7190071 or 13191570. OLE color: 13191570.

HSL color Cylindrical-coordinate representation of color #9249C9: hue angle of 274.22º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9249C9 is Cyan = 0.27, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB14673201-
CMYK0.270.6400.21
HSL274.22º54.24%53.73%-
HSV(B)274.22º63.68%78.82%-
XYZ24.7815.0956.87-
YUV109.42179.68154.09-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.76%
GREEN value IS 73 (28.91% from 255) = 17.38%
BLUE value IS 201 (78.91% from 255) = 47.86%
R=34.76%
G=17.38%
B=47.86%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal146732010.270.6400.21274.2254.2453.73
Hex9249C91B400151123636
Octal222111311331000254226666
Binary10010010100100111001001110111000000010101100010010110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9249c9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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