#9F47BB

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

Shades of Deep Lilac #9F47BB

Tints of Deep Lilac #9F47BB

Color information

#9F47BB (or 0x9F47BB) is unknown color: approx Deep Lilac. HEX triplet: 9F, 47 and BB. RGB value is (159,71,187). Sum of RGB (Red+Green+Blue) = 159+71+187=417 (55% of max value = 765). Red value is 159 (62.5% from 255 or 38.13% from 417); Green value is 71 (28.12% from 255 or 17.03% from 417); Blue value is 187 (73.44% from 255 or 44.84% from 417); Max value from RGB is 187 - color contains mainly: blue. Hex color #9F47BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F47BB is #60B844. Grayscale: #6E6E6E. Windows color (decimal): -6338629 or 12273567. OLE color: 12273567.

HSL color Cylindrical-coordinate representation of color #9F47BB: hue angle of 285.52º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9F47BB is Cyan = 0.15, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB15971187-
CMYK0.150.6200.27
HSL285.52º46.03%50.59%-
HSV(B)285.52º62.03%73.33%-
XYZ25.5215.4748.65-
YUV110.54171.15162.57-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 38.13%
GREEN value IS 71 (28.12% from 255) = 17.03%
BLUE value IS 187 (73.44% from 255) = 44.84%
R=38.13%
G=17.03%
B=44.84%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal159711870.150.6200.27285.5246.0350.59
Hex9F47BBF3E01B11e2e33
Octal23710727317760334365663
Binary100111111000111101110111111111110011011100011110101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F47BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,71,187); }

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

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

 a { background-color: rgb(159,71,187); }

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

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

 span { border-color: rgb(159,71,187); }

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