#9447C9

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

Shades of Deep Lilac #9447C9

Tints of Deep Lilac #9447C9

Color information

#9447C9 (or 0x9447C9) is unknown color: approx Deep Lilac. HEX triplet: 94, 47 and C9. RGB value is (148,71,201). Sum of RGB (Red+Green+Blue) = 148+71+201=420 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.24% from 420); Green value is 71 (28.12% from 255 or 16.90% from 420); Blue value is 201 (78.91% from 255 or 47.86% from 420); Max value from RGB is 201 - color contains mainly: blue. Hex color #9447C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9447C9 is #6BB836. Grayscale: #6C6C6C. Windows color (decimal): -7059511 or 13191060. OLE color: 13191060.

HSL color Cylindrical-coordinate representation of color #9447C9: hue angle of 275.54º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9447C9 is Cyan = 0.26, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB14871201-
CMYK0.260.6500.21
HSL275.54º54.62%53.33%-
HSV(B)275.54º64.68%78.82%-
XYZ25.0115.0256.84-
YUV108.84180.01155.93-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.24%
GREEN value IS 71 (28.12% from 255) = 16.90%
BLUE value IS 201 (78.91% from 255) = 47.86%
R=35.24%
G=16.90%
B=47.86%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal148712010.260.6500.21275.5454.6253.33
Hex9447C91A410151143735
Octal224107311321010254246765
Binary10010100100011111001001110101000001010101100010100110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9447C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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