#9052AD

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

Shades of Deep Lilac #9052AD

Tints of Deep Lilac #9052AD

Color information

#9052AD (or 0x9052AD) is unknown color: approx Deep Lilac. HEX triplet: 90, 52 and AD. RGB value is (144,82,173). Sum of RGB (Red+Green+Blue) = 144+82+173=399 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.09% from 399); Green value is 82 (32.42% from 255 or 20.55% from 399); Blue value is 173 (67.97% from 255 or 43.36% from 399); Max value from RGB is 173 - color contains mainly: blue. Hex color #9052AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9052AD is #6FAD52. Grayscale: #6E6E6E. Windows color (decimal): -7318867 or 11358864. OLE color: 11358864.

HSL color Cylindrical-coordinate representation of color #9052AD: hue angle of 280.88º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9052AD is Cyan = 0.17, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB14482173-
CMYK0.170.5300.32
HSL280.88º35.69%50%-
HSV(B)280.88º52.6%67.84%-
XYZ22.0614.9841.26-
YUV110.91163.04151.6-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 36.09%
GREEN value IS 82 (32.42% from 255) = 20.55%
BLUE value IS 173 (67.97% from 255) = 43.36%
R=36.09%
G=20.55%
B=43.36%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal144821730.170.5300.32280.8835.6950
Hex9052AD11350201192432
Octal22012225521650404314462
Binary10010000101001010101101100011101010100000100011001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9052AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9052AD; }

 p { color: rgb(144,82,173); }

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

<style>
 a { background-color: #9052AD; }

 a { background-color: rgb(144,82,173); }

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

<style>
 span { border-color: #9052AD; }

 span { border-color: rgb(144,82,173); }

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