#9047BD

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

Shades of Deep Lilac #9047BD

Tints of Deep Lilac #9047BD

Color information

#9047BD (or 0x9047BD) is unknown color: approx Deep Lilac. HEX triplet: 90, 47 and BD. RGB value is (144,71,189). Sum of RGB (Red+Green+Blue) = 144+71+189=404 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.64% from 404); Green value is 71 (28.12% from 255 or 17.57% from 404); Blue value is 189 (74.22% from 255 or 46.78% from 404); Max value from RGB is 189 - color contains mainly: blue. Hex color #9047BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9047BD is #6FB842. Grayscale: #696969. Windows color (decimal): -7321667 or 12404624. OLE color: 12404624.

HSL color Cylindrical-coordinate representation of color #9047BD: hue angle of 277.12º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9047BD is Cyan = 0.24, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB14471189-
CMYK0.240.6200.26
HSL277.12º47.2%50.98%-
HSV(B)277.12º62.43%74.12%-
XYZ22.9414.1149.66-
YUV106.28174.68154.91-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 35.64%
GREEN value IS 71 (28.12% from 255) = 17.57%
BLUE value IS 189 (74.22% from 255) = 46.78%
R=35.64%
G=17.57%
B=46.78%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal144711890.240.6200.26277.1247.250.98
Hex9047BD183E01A1152f33
Octal22010727530760324255763
Binary1001000010001111011110111000111110011010100010101101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9047BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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