#9459BA

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

Shades of Deep Lilac #9459BA

Tints of Deep Lilac #9459BA

Color information

#9459BA (or 0x9459BA) is unknown color: approx Deep Lilac. HEX triplet: 94, 59 and BA. RGB value is (148,89,186). Sum of RGB (Red+Green+Blue) = 148+89+186=423 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.99% from 423); Green value is 89 (35.16% from 255 or 21.04% from 423); Blue value is 186 (73.05% from 255 or 43.97% from 423); Max value from RGB is 186 - color contains mainly: blue. Hex color #9459BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9459BA is #6BA645. Grayscale: #757575. Windows color (decimal): -7054918 or 12212628. OLE color: 12212628.

HSL color Cylindrical-coordinate representation of color #9459BA: hue angle of 276.49º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9459BA is Cyan = 0.20, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB14889186-
CMYK0.200.5200.27
HSL276.49º41.28%53.92%-
HSV(B)276.49º52.15%72.94%-
XYZ24.6516.9948.43-
YUV117.7166.55149.61-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.99%
GREEN value IS 89 (35.16% from 255) = 21.04%
BLUE value IS 186 (73.05% from 255) = 43.97%
R=34.99%
G=21.04%
B=43.97%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal148891860.200.5200.27276.4941.2853.92
Hex9459BA143401B1142936
Octal22413127224640334245166
Binary1001010010110011011101010100110100011011100010100101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9459BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,89,186); }

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

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

 a { background-color: rgb(148,89,186); }

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

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

 span { border-color: rgb(148,89,186); }

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