#9b47c3

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

Shades of Deep Lilac #9B47C3

Tints of Deep Lilac #9B47C3

Color information

#9B47C3 (or 0x9B47C3) is unknown color: approx Deep Lilac. HEX triplet: 9B, 47 and C3. RGB value is (155,71,195). Sum of RGB (Red+Green+Blue) = 155+71+195=421 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.82% from 421); Green value is 71 (28.12% from 255 or 16.86% from 421); Blue value is 195 (76.56% from 255 or 46.32% from 421); Max value from RGB is 195 - color contains mainly: blue. Hex color #9B47C3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B47C3 is #64B83C. Grayscale: #6D6D6D. Windows color (decimal): -6600765 or 12797851. OLE color: 12797851.

HSL color Cylindrical-coordinate representation of color #9B47C3: hue angle of 280.65º 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 #9B47C3 is Cyan = 0.21, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB15571195-
CMYK0.210.6400.24
HSL280.65º50.82%52.16%-
HSV(B)280.65º63.59%76.47%-
XYZ25.6215.4253.25-
YUV110.25175.83159.92-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 36.82%
GREEN value IS 71 (28.12% from 255) = 16.86%
BLUE value IS 195 (76.56% from 255) = 46.32%
R=36.82%
G=16.86%
B=46.32%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal155711950.210.6400.24280.6550.8252.16
Hex9B47C315400181193334
Octal233107303251000304316364
Binary10011011100011111000011101011000000011000100011001110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9b47c3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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