#9D3DAA

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

Shades of Deep Lilac #9D3DAA

Tints of Deep Lilac #9D3DAA

Color information

#9D3DAA (or 0x9D3DAA) is unknown color: approx Deep Lilac. HEX triplet: 9D, 3D and AA. RGB value is (157,61,170). Sum of RGB (Red+Green+Blue) = 157+61+170=388 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.46% from 388); Green value is 61 (24.22% from 255 or 15.72% from 388); Blue value is 170 (66.80% from 255 or 43.81% from 388); Max value from RGB is 170 - color contains mainly: blue. Hex color #9D3DAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D3DAA is #62C255. Grayscale: #656565. Windows color (decimal): -6472278 or 11156893. OLE color: 11156893.

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

Color convert

RGB15761170-
CMYK0.080.6400.33
HSL292.84º47.19%45.29%-
HSV(B)292.84º64.12%66.67%-
XYZ22.8313.4139.41-
YUV102.13166.3167.14-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 40.46%
GREEN value IS 61 (24.22% from 255) = 15.72%
BLUE value IS 170 (66.80% from 255) = 43.81%
R=40.46%
G=15.72%
B=43.81%

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
Decimal157611700.080.6400.33292.8447.1945.29
Hex9D3DAA8400211252f2d
Octal23575252101000414455755
Binary1001110111110110101010100010000000100001100100101101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D3DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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