#9049CC

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

Shades of Deep Lilac #9049CC

Tints of Deep Lilac #9049CC

Color information

#9049CC (or 0x9049CC) is unknown color: approx Deep Lilac. HEX triplet: 90, 49 and CC. RGB value is (144,73,204). Sum of RGB (Red+Green+Blue) = 144+73+204=421 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.20% from 421); Green value is 73 (28.91% from 255 or 17.34% from 421); Blue value is 204 (80.08% from 255 or 48.46% from 421); Max value from RGB is 204 - color contains mainly: blue. Hex color #9049CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9049CC is #6FB633. Grayscale: #6C6C6C. Windows color (decimal): -7321140 or 13388176. OLE color: 13388176.

HSL color Cylindrical-coordinate representation of color #9049CC: hue angle of 272.52º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9049CC is Cyan = 0.29, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB14473204-
CMYK0.290.6400.2
HSL272.52º56.22%54.31%-
HSV(B)272.52º64.22%80%-
XYZ24.7815.0558.73-
YUV109.16181.52152.85-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.20%
GREEN value IS 73 (28.91% from 255) = 17.34%
BLUE value IS 204 (80.08% from 255) = 48.46%
R=34.20%
G=17.34%
B=48.46%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal144732040.290.6400.2272.5256.2254.31
Hex9049CC1D400141113836
Octal220111314351000244217066
Binary10010000100100111001100111011000000010100100010001111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9049CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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