#9454BA

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

Shades of Deep Lilac #9454BA

Tints of Deep Lilac #9454BA

Color information

#9454BA (or 0x9454BA) is unknown color: approx Deep Lilac. HEX triplet: 94, 54 and BA. RGB value is (148,84,186). Sum of RGB (Red+Green+Blue) = 148+84+186=418 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.41% from 418); Green value is 84 (33.20% from 255 or 20.10% from 418); Blue value is 186 (73.05% from 255 or 44.50% from 418); Max value from RGB is 186 - color contains mainly: blue. Hex color #9454BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9454BA is #6BAB45. Grayscale: #727272. Windows color (decimal): -7056198 or 12211348. OLE color: 12211348.

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

Color convert

RGB14884186-
CMYK0.200.5500.27
HSL277.65º42.5%52.94%-
HSV(B)277.65º54.84%72.94%-
XYZ24.2516.1848.3-
YUV114.76168.2151.71-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.41%
GREEN value IS 84 (33.20% from 255) = 20.10%
BLUE value IS 186 (73.05% from 255) = 44.50%
R=35.41%
G=20.10%
B=44.50%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal148841860.200.5500.27277.6542.552.94
Hex9454BA143701B1162a35
Octal22412427224670334265265
Binary1001010010101001011101010100110111011011100010110101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9454BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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