#9B46C3

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

Shades of Deep Lilac #9B46C3

Tints of Deep Lilac #9B46C3

Color information

#9B46C3 (or 0x9B46C3) is unknown color: approx Deep Lilac. HEX triplet: 9B, 46 and C3. RGB value is (155,70,195). Sum of RGB (Red+Green+Blue) = 155+70+195=420 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.90% from 420); Green value is 70 (27.73% from 255 or 16.67% from 420); Blue value is 195 (76.56% from 255 or 46.43% from 420); Max value from RGB is 195 - color contains mainly: blue. Hex color #9B46C3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B46C3 is #64B93C. Grayscale: #6D6D6D. Windows color (decimal): -6601021 or 12797595. OLE color: 12797595.

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

Color convert

RGB15570195-
CMYK0.210.6400.24
HSL280.8º51.02%51.96%-
HSV(B)280.8º64.1%76.47%-
XYZ25.5615.2953.23-
YUV109.66176.16160.34-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 36.90%
GREEN value IS 70 (27.73% from 255) = 16.67%
BLUE value IS 195 (76.56% from 255) = 46.43%
R=36.90%
G=16.67%
B=46.43%

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
Decimal155701950.210.6400.24280.851.0251.96
Hex9B46C315400181193334
Octal233106303251000304316364
Binary10011011100011011000011101011000000011000100011001110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B46C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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