#9D3AAD

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

Shades of Deep Lilac #9D3AAD

Tints of Deep Lilac #9D3AAD

Color information

#9D3AAD (or 0x9D3AAD) is unknown color: approx Deep Lilac. HEX triplet: 9D, 3A and AD. RGB value is (157,58,173). Sum of RGB (Red+Green+Blue) = 157+58+173=388 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.46% from 388); Green value is 58 (23.05% from 255 or 14.95% from 388); Blue value is 173 (67.97% from 255 or 44.59% from 388); Max value from RGB is 173 - color contains mainly: blue. Hex color #9D3AAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D3AAD is #62C552. Grayscale: #646464. Windows color (decimal): -6473043 or 11352733. OLE color: 11352733.

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

Color convert

RGB15758173-
CMYK0.090.6600.32
HSL291.65º49.78%45.29%-
HSV(B)291.65º66.47%67.84%-
XYZ22.9613.2140.88-
YUV100.71168.8168.15-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 40.46%
GREEN value IS 58 (23.05% from 255) = 14.95%
BLUE value IS 173 (67.97% from 255) = 44.59%
R=40.46%
G=14.95%
B=44.59%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal157581730.090.6600.32291.6549.7845.29
Hex9D3AAD942020124322d
Octal23572255111020404446255
Binary1001110111101010101101100110000100100000100100100110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D3AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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