#9052BE

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

Shades of Deep Lilac #9052BE

Tints of Deep Lilac #9052BE

Color information

#9052BE (or 0x9052BE) is unknown color: approx Deep Lilac. HEX triplet: 90, 52 and BE. RGB value is (144,82,190). Sum of RGB (Red+Green+Blue) = 144+82+190=416 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.62% from 416); Green value is 82 (32.42% from 255 or 19.71% from 416); Blue value is 190 (74.61% from 255 or 45.67% from 416); Max value from RGB is 190 - color contains mainly: blue. Hex color #9052BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9052BE is #6FAD41. Grayscale: #707070. Windows color (decimal): -7318850 or 12472976. OLE color: 12472976.

HSL color Cylindrical-coordinate representation of color #9052BE: hue angle of 274.44º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9052BE is Cyan = 0.24, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14482190-
CMYK0.240.5700.25
HSL274.44º45.38%53.33%-
HSV(B)274.44º56.84%74.51%-
XYZ23.8115.6850.49-
YUV112.85171.54150.22-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.62%
GREEN value IS 82 (32.42% from 255) = 19.71%
BLUE value IS 190 (74.61% from 255) = 45.67%
R=34.62%
G=19.71%
B=45.67%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal144821900.240.5700.25274.4445.3853.33
Hex9052BE18390191122d35
Octal22012227630710314225565
Binary1001000010100101011111011000111001011001100010010101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9052BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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