#9054B6

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

Shades of Deep Lilac #9054B6

Tints of Deep Lilac #9054B6

Color information

#9054B6 (or 0x9054B6) is unknown color: approx Deep Lilac. HEX triplet: 90, 54 and B6. RGB value is (144,84,182). Sum of RGB (Red+Green+Blue) = 144+84+182=410 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.12% from 410); Green value is 84 (33.20% from 255 or 20.49% from 410); Blue value is 182 (71.48% from 255 or 44.39% from 410); Max value from RGB is 182 - color contains mainly: blue. Hex color #9054B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9054B6 is #6FAB49. Grayscale: #707070. Windows color (decimal): -7318346 or 11949200. OLE color: 11949200.

HSL color Cylindrical-coordinate representation of color #9054B6: hue angle of 276.73º 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 #9054B6 is Cyan = 0.21, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB14484182-
CMYK0.210.5400.29
HSL276.73º40.16%52.16%-
HSV(B)276.73º53.85%71.37%-
XYZ23.1215.6546.06-
YUV113.11166.88150.03-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 35.12%
GREEN value IS 84 (33.20% from 255) = 20.49%
BLUE value IS 182 (71.48% from 255) = 44.39%
R=35.12%
G=20.49%
B=44.39%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal144841820.210.5400.29276.7340.1652.16
Hex9054B6153601D1152834
Octal22012426625660354255064
Binary1001000010101001011011010101110110011101100010101101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9054B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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