#9047B4

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

Shades of Deep Lilac #9047B4

Tints of Deep Lilac #9047B4

Color information

#9047B4 (or 0x9047B4) is unknown color: approx Deep Lilac. HEX triplet: 90, 47 and B4. RGB value is (144,71,180). Sum of RGB (Red+Green+Blue) = 144+71+180=395 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.46% from 395); Green value is 71 (28.12% from 255 or 17.97% from 395); Blue value is 180 (70.70% from 255 or 45.57% from 395); Max value from RGB is 180 - color contains mainly: blue. Hex color #9047B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9047B4 is #6FB84B. Grayscale: #686868. Windows color (decimal): -7321676 or 11814800. OLE color: 11814800.

HSL color Cylindrical-coordinate representation of color #9047B4: hue angle of 280.18º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9047B4 is Cyan = 0.2, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB14471180-
CMYK0.20.6100.29
HSL280.18º43.43%49.22%-
HSV(B)280.18º60.56%70.59%-
XYZ21.9913.7344.67-
YUV105.25170.18155.64-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 36.46%
GREEN value IS 71 (28.12% from 255) = 17.97%
BLUE value IS 180 (70.70% from 255) = 45.57%
R=36.46%
G=17.97%
B=45.57%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal144711800.20.6100.29280.1843.4349.22
Hex9047B4143D01D1182b31
Octal22010726424750354305361
Binary1001000010001111011010010100111101011101100011000101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9047B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9047B4; }

 p { color: rgb(144,71,180); }

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

<style>
 a { background-color: #9047B4; }

 a { background-color: rgb(144,71,180); }

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

<style>
 span { border-color: #9047B4; }

 span { border-color: rgb(144,71,180); }

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