#9052BA

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

Shades of Deep Lilac #9052BA

Tints of Deep Lilac #9052BA

Color information

#9052BA (or 0x9052BA) is unknown color: approx Deep Lilac. HEX triplet: 90, 52 and BA. RGB value is (144,82,186). Sum of RGB (Red+Green+Blue) = 144+82+186=412 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.95% from 412); Green value is 82 (32.42% from 255 or 19.90% from 412); Blue value is 186 (73.05% from 255 or 45.15% from 412); Max value from RGB is 186 - color contains mainly: blue. Hex color #9052BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9052BA is #6FAD45. Grayscale: #707070. Windows color (decimal): -7318854 or 12210832. OLE color: 12210832.

HSL color Cylindrical-coordinate representation of color #9052BA: hue angle of 275.77º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9052BA is Cyan = 0.23, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB14482186-
CMYK0.230.5600.27
HSL275.77º42.98%52.55%-
HSV(B)275.77º55.91%72.94%-
XYZ23.3815.5148.22-
YUV112.39169.54150.54-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.95%
GREEN value IS 82 (32.42% from 255) = 19.90%
BLUE value IS 186 (73.05% from 255) = 45.15%
R=34.95%
G=19.90%
B=45.15%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal144821860.230.5600.27275.7742.9852.55
Hex9052BA173801B1142b35
Octal22012227227700334245365
Binary1001000010100101011101010111111000011011100010100101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9052BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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