#9249CA

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

Shades of Deep Lilac #9249CA

Tints of Deep Lilac #9249CA

Color information

#9249CA (or 0x9249CA) is unknown color: approx Deep Lilac. HEX triplet: 92, 49 and CA. RGB value is (146,73,202). Sum of RGB (Red+Green+Blue) = 146+73+202=421 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.68% from 421); Green value is 73 (28.91% from 255 or 17.34% from 421); Blue value is 202 (79.30% from 255 or 47.98% from 421); Max value from RGB is 202 - color contains mainly: blue. Hex color #9249CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9249CA is #6DB635. Grayscale: #6D6D6D. Windows color (decimal): -7190070 or 13257106. OLE color: 13257106.

HSL color Cylindrical-coordinate representation of color #9249CA: hue angle of 273.95º degrees, saturation: 0.55, 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 #9249CA is Cyan = 0.28, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB14673202-
CMYK0.280.6400.21
HSL273.95º54.89%53.92%-
HSV(B)273.95º63.86%79.22%-
XYZ24.915.1457.49-
YUV109.53180.18154.01-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.68%
GREEN value IS 73 (28.91% from 255) = 17.34%
BLUE value IS 202 (79.30% from 255) = 47.98%
R=34.68%
G=17.34%
B=47.98%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal146732020.280.6400.21273.9554.8953.92
Hex9249CA1C400151123736
Octal222111312341000254226766
Binary10010010100100111001010111001000000010101100010010110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9249CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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