#9D3DAB

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

Shades of Deep Lilac #9D3DAB

Tints of Deep Lilac #9D3DAB

Color information

#9D3DAB (or 0x9D3DAB) is unknown color: approx Deep Lilac. HEX triplet: 9D, 3D and AB. RGB value is (157,61,171). Sum of RGB (Red+Green+Blue) = 157+61+171=389 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.36% from 389); Green value is 61 (24.22% from 255 or 15.68% from 389); Blue value is 171 (67.19% from 255 or 43.96% from 389); Max value from RGB is 171 - color contains mainly: blue. Hex color #9D3DAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D3DAB is #62C254. Grayscale: #656565. Windows color (decimal): -6472277 or 11222429. OLE color: 11222429.

HSL color Cylindrical-coordinate representation of color #9D3DAB: hue angle of 292.36º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9D3DAB is Cyan = 0.08, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15761171-
CMYK0.080.6400.33
HSL292.36º47.41%45.49%-
HSV(B)292.36º64.33%67.06%-
XYZ22.9213.4539.92-
YUV102.24166.8167.06-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 40.36%
GREEN value IS 61 (24.22% from 255) = 15.68%
BLUE value IS 171 (67.19% from 255) = 43.96%
R=40.36%
G=15.68%
B=43.96%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal157611710.080.6400.33292.3647.4145.49
Hex9D3DAB8400211242f2d
Octal23575253101000414445755
Binary1001110111110110101011100010000000100001100100100101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D3DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,61,171); }

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

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

 a { background-color: rgb(157,61,171); }

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

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

 span { border-color: rgb(157,61,171); }

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