#9D3CAD

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

Shades of Deep Lilac #9D3CAD

Tints of Deep Lilac #9D3CAD

Color information

#9D3CAD (or 0x9D3CAD) is unknown color: approx Deep Lilac. HEX triplet: 9D, 3C and AD. RGB value is (157,60,173). Sum of RGB (Red+Green+Blue) = 157+60+173=390 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.26% from 390); Green value is 60 (23.83% from 255 or 15.38% from 390); Blue value is 173 (67.97% from 255 or 44.36% from 390); Max value from RGB is 173 - color contains mainly: blue. Hex color #9D3CAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D3CAD is #62C352. Grayscale: #656565. Windows color (decimal): -6472531 or 11353245. OLE color: 11353245.

HSL color Cylindrical-coordinate representation of color #9D3CAD: hue angle of 291.5º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9D3CAD is Cyan = 0.09, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB15760173-
CMYK0.090.6500.32
HSL291.5º48.5%45.69%-
HSV(B)291.5º65.32%67.84%-
XYZ23.0613.4240.91-
YUV101.88168.14167.31-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 40.26%
GREEN value IS 60 (23.83% from 255) = 15.38%
BLUE value IS 173 (67.97% from 255) = 44.36%
R=40.26%
G=15.38%
B=44.36%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal157601730.090.6500.32291.548.545.69
Hex9D3CAD941020124302e
Octal23574255111010404446056
Binary1001110111110010101101100110000010100000100100100110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D3CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,60,173); }

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

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

 a { background-color: rgb(157,60,173); }

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

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

 span { border-color: rgb(157,60,173); }

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