#9054B5

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

Shades of Deep Lilac #9054B5

Tints of Deep Lilac #9054B5

Color information

#9054B5 (or 0x9054B5) is unknown color: approx Deep Lilac. HEX triplet: 90, 54 and B5. RGB value is (144,84,181). Sum of RGB (Red+Green+Blue) = 144+84+181=409 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.21% from 409); Green value is 84 (33.20% from 255 or 20.54% from 409); Blue value is 181 (71.09% from 255 or 44.25% from 409); Max value from RGB is 181 - color contains mainly: blue. Hex color #9054B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9054B5 is #6FAB4A. Grayscale: #707070. Windows color (decimal): -7318347 or 11883664. OLE color: 11883664.

HSL color Cylindrical-coordinate representation of color #9054B5: hue angle of 277.11º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9054B5 is Cyan = 0.20, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB14484181-
CMYK0.200.5400.29
HSL277.11º39.59%51.96%-
HSV(B)277.11º53.59%70.98%-
XYZ23.0115.6145.52-
YUV113166.38150.11-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 35.21%
GREEN value IS 84 (33.20% from 255) = 20.54%
BLUE value IS 181 (71.09% from 255) = 44.25%
R=35.21%
G=20.54%
B=44.25%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal144841810.200.5400.29277.1139.5951.96
Hex9054B5143601D1152834
Octal22012426524660354255064
Binary1001000010101001011010110100110110011101100010101101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9054B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9054B5; }

 p { color: rgb(144,84,181); }

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

<style>
 a { background-color: #9054B5; }

 a { background-color: rgb(144,84,181); }

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

<style>
 span { border-color: #9054B5; }

 span { border-color: rgb(144,84,181); }

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