#9D47BF

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

Shades of Deep Lilac #9D47BF

Tints of Deep Lilac #9D47BF

Color information

#9D47BF (or 0x9D47BF) is unknown color: approx Deep Lilac. HEX triplet: 9D, 47 and BF. RGB value is (157,71,191). Sum of RGB (Red+Green+Blue) = 157+71+191=419 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.47% from 419); Green value is 71 (28.12% from 255 or 16.95% from 419); Blue value is 191 (75% from 255 or 45.58% from 419); Max value from RGB is 191 - color contains mainly: blue. Hex color #9D47BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D47BF is #62B840. Grayscale: #6E6E6E. Windows color (decimal): -6469697 or 12535709. OLE color: 12535709.

HSL color Cylindrical-coordinate representation of color #9D47BF: hue angle of 283º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9D47BF is Cyan = 0.18, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15771191-
CMYK0.180.6300.25
HSL283º48.39%51.37%-
HSV(B)283º62.83%74.9%-
XYZ25.5615.4450.92-
YUV110.39173.49161.24-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 37.47%
GREEN value IS 71 (28.12% from 255) = 16.95%
BLUE value IS 191 (75% from 255) = 45.58%
R=37.47%
G=16.95%
B=45.58%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal157711910.180.6300.2528348.3951.37
Hex9D47BF123F01911b3033
Octal23510727722770314336063
Binary1001110110001111011111110010111111011001100011011110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D47BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9D47BF; }

 p { color: rgb(157,71,191); }

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

<style>
 a { background-color: #9D47BF; }

 a { background-color: rgb(157,71,191); }

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

<style>
 span { border-color: #9D47BF; }

 span { border-color: rgb(157,71,191); }

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