#9447BA

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

Shades of Deep Lilac #9447BA

Tints of Deep Lilac #9447BA

Color information

#9447BA (or 0x9447BA) is unknown color: approx Deep Lilac. HEX triplet: 94, 47 and BA. RGB value is (148,71,186). Sum of RGB (Red+Green+Blue) = 148+71+186=405 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.54% from 405); Green value is 71 (28.12% from 255 or 17.53% from 405); Blue value is 186 (73.05% from 255 or 45.93% from 405); Max value from RGB is 186 - color contains mainly: blue. Hex color #9447BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9447BA is #6BB845. Grayscale: #6A6A6A. Windows color (decimal): -7059526 or 12208020. OLE color: 12208020.

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

Color convert

RGB14871186-
CMYK0.200.6200.27
HSL280.17º45.45%50.39%-
HSV(B)280.17º61.83%72.94%-
XYZ23.3314.3547.99-
YUV107.13172.51157.15-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.54%
GREEN value IS 71 (28.12% from 255) = 17.53%
BLUE value IS 186 (73.05% from 255) = 45.93%
R=36.54%
G=17.53%
B=45.93%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal148711860.200.6200.27280.1745.4550.39
Hex9447BA143E01B1182d32
Octal22410727224760334305562
Binary1001010010001111011101010100111110011011100011000101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9447BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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