#9F47C3

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

Shades of Deep Lilac #9F47C3

Tints of Deep Lilac #9F47C3

Color information

#9F47C3 (or 0x9F47C3) is unknown color: approx Deep Lilac. HEX triplet: 9F, 47 and C3. RGB value is (159,71,195). Sum of RGB (Red+Green+Blue) = 159+71+195=425 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.41% from 425); Green value is 71 (28.12% from 255 or 16.71% from 425); Blue value is 195 (76.56% from 255 or 45.88% from 425); Max value from RGB is 195 - color contains mainly: blue. Hex color #9F47C3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F47C3 is #60B83C. Grayscale: #6F6F6F. Windows color (decimal): -6338621 or 12797855. OLE color: 12797855.

HSL color Cylindrical-coordinate representation of color #9F47C3: hue angle of 282.58º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9F47C3 is Cyan = 0.18, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB15971195-
CMYK0.180.6400.24
HSL282.58º50.82%52.16%-
HSV(B)282.58º63.59%76.47%-
XYZ26.415.8253.29-
YUV111.45175.15161.92-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 37.41%
GREEN value IS 71 (28.12% from 255) = 16.71%
BLUE value IS 195 (76.56% from 255) = 45.88%
R=37.41%
G=16.71%
B=45.88%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal159711950.180.6400.24282.5850.8252.16
Hex9F47C3124001811b3334
Octal237107303221000304336364
Binary10011111100011111000011100101000000011000100011011110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F47C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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