#9D46C8

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

Shades of Deep Lilac #9D46C8

Tints of Deep Lilac #9D46C8

Color information

#9D46C8 (or 0x9D46C8) is unknown color: approx Deep Lilac. HEX triplet: 9D, 46 and C8. RGB value is (157,70,200). Sum of RGB (Red+Green+Blue) = 157+70+200=427 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.77% from 427); Green value is 70 (27.73% from 255 or 16.39% from 427); Blue value is 200 (78.52% from 255 or 46.84% from 427); Max value from RGB is 200 - color contains mainly: blue. Hex color #9D46C8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D46C8 is #62B937. Grayscale: #6E6E6E. Windows color (decimal): -6469944 or 13125277. OLE color: 13125277.

HSL color Cylindrical-coordinate representation of color #9D46C8: hue angle of 280.15º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9D46C8 is Cyan = 0.22, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB15770200-
CMYK0.220.6500.22
HSL280.15º54.17%52.94%-
HSV(B)280.15º65%78.43%-
XYZ26.5215.7256.28-
YUV110.83178.32160.93-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 36.77%
GREEN value IS 70 (27.73% from 255) = 16.39%
BLUE value IS 200 (78.52% from 255) = 46.84%
R=36.77%
G=16.39%
B=46.84%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal157702000.220.6500.22280.1554.1752.94
Hex9D46C816410161183635
Octal235106310261010264306665
Binary10011101100011011001000101101000001010110100011000110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D46C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,70,200); }

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

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

 a { background-color: rgb(157,70,200); }

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

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

 span { border-color: rgb(157,70,200); }

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