#9053C9

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

Shades of Deep Lilac #9053C9

Tints of Deep Lilac #9053C9

Color information

#9053C9 (or 0x9053C9) is unknown color: approx Deep Lilac. HEX triplet: 90, 53 and C9. RGB value is (144,83,201). Sum of RGB (Red+Green+Blue) = 144+83+201=428 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.64% from 428); Green value is 83 (32.81% from 255 or 19.39% from 428); Blue value is 201 (78.91% from 255 or 46.96% from 428); Max value from RGB is 201 - color contains mainly: blue. Hex color #9053C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9053C9 is #6FAC36. Grayscale: #727272. Windows color (decimal): -7318583 or 13194128. OLE color: 13194128.

HSL color Cylindrical-coordinate representation of color #9053C9: hue angle of 271.02º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9053C9 is Cyan = 0.28, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB14483201-
CMYK0.280.5900.21
HSL271.02º52.21%55.69%-
HSV(B)271.02º58.71%78.82%-
XYZ25.1416.3357.09-
YUV114.69176.71148.91-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.64%
GREEN value IS 83 (32.81% from 255) = 19.39%
BLUE value IS 201 (78.91% from 255) = 46.96%
R=33.64%
G=19.39%
B=46.96%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal144832010.280.5900.21271.0252.2155.69
Hex9053C91C3B01510f3438
Octal22012331134730254176470
Binary1001000010100111100100111100111011010101100001111110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9053C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9053C9; }

 p { color: rgb(144,83,201); }

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

<style>
 a { background-color: #9053C9; }

 a { background-color: rgb(144,83,201); }

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

<style>
 span { border-color: #9053C9; }

 span { border-color: rgb(144,83,201); }

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