#9544BA

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

Shades of Deep Lilac #9544BA

Tints of Deep Lilac #9544BA

Color information

#9544BA (or 0x9544BA) is unknown color: approx Deep Lilac. HEX triplet: 95, 44 and BA. RGB value is (149,68,186). Sum of RGB (Red+Green+Blue) = 149+68+186=403 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.97% from 403); Green value is 68 (26.95% from 255 or 16.87% from 403); Blue value is 186 (73.05% from 255 or 46.15% from 403); Max value from RGB is 186 - color contains mainly: blue. Hex color #9544BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9544BA is #6ABB45. Grayscale: #696969. Windows color (decimal): -6994758 or 12207253. OLE color: 12207253.

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

Color convert

RGB14968186-
CMYK0.200.6300.27
HSL281.19º46.46%49.8%-
HSV(B)281.19º63.44%72.94%-
XYZ23.3214.0747.94-
YUV105.67173.34158.91-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.97%
GREEN value IS 68 (26.95% from 255) = 16.87%
BLUE value IS 186 (73.05% from 255) = 46.15%
R=36.97%
G=16.87%
B=46.15%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal149681860.200.6300.27281.1946.4649.8
Hex9544BA143F01B1192e32
Octal22510427224770334315662
Binary1001010110001001011101010100111111011011100011001101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9544BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,68,186); }

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

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

 a { background-color: rgb(149,68,186); }

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

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

 span { border-color: rgb(149,68,186); }

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