#9B47BF

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

Shades of Deep Lilac #9B47BF

Tints of Deep Lilac #9B47BF

Color information

#9B47BF (or 0x9B47BF) is unknown color: approx Deep Lilac. HEX triplet: 9B, 47 and BF. RGB value is (155,71,191). Sum of RGB (Red+Green+Blue) = 155+71+191=417 (55% of max value = 765). Red value is 155 (60.94% from 255 or 37.17% from 417); Green value is 71 (28.12% from 255 or 17.03% from 417); Blue value is 191 (75% from 255 or 45.80% from 417); Max value from RGB is 191 - color contains mainly: blue. Hex color #9B47BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B47BF is #64B840. Grayscale: #6D6D6D. Windows color (decimal): -6600769 or 12535707. OLE color: 12535707.

HSL color Cylindrical-coordinate representation of color #9B47BF: hue angle of 282º 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 #9B47BF is Cyan = 0.19, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15571191-
CMYK0.190.6300.25
HSL282º48.39%51.37%-
HSV(B)282º62.83%74.9%-
XYZ25.1715.2450.9-
YUV109.8173.83160.24-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 37.17%
GREEN value IS 71 (28.12% from 255) = 17.03%
BLUE value IS 191 (75% from 255) = 45.80%
R=37.17%
G=17.03%
B=45.80%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal155711910.190.6300.2528248.3951.37
Hex9B47BF133F01911a3033
Octal23310727723770314326063
Binary1001101110001111011111110011111111011001100011010110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B47BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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