#9049CA

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

Shades of Deep Lilac #9049CA

Tints of Deep Lilac #9049CA

Color information

#9049CA (or 0x9049CA) is unknown color: approx Deep Lilac. HEX triplet: 90, 49 and CA. RGB value is (144,73,202). Sum of RGB (Red+Green+Blue) = 144+73+202=419 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.37% from 419); Green value is 73 (28.91% from 255 or 17.42% from 419); Blue value is 202 (79.30% from 255 or 48.21% from 419); Max value from RGB is 202 - color contains mainly: blue. Hex color #9049CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9049CA is #6FB635. Grayscale: #6C6C6C. Windows color (decimal): -7321142 or 13257104. OLE color: 13257104.

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

Color convert

RGB14473202-
CMYK0.290.6400.21
HSL273.02º54.89%53.92%-
HSV(B)273.02º63.86%79.22%-
XYZ24.5414.9657.47-
YUV108.94180.52153.01-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.37%
GREEN value IS 73 (28.91% from 255) = 17.42%
BLUE value IS 202 (79.30% from 255) = 48.21%
R=34.37%
G=17.42%
B=48.21%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal144732020.290.6400.21273.0254.8953.92
Hex9049CA1D400151113736
Octal220111312351000254216766
Binary10010000100100111001010111011000000010101100010001110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9049CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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