#9D3DAC

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

Shades of Deep Lilac #9D3DAC

Tints of Deep Lilac #9D3DAC

Color information

#9D3DAC (or 0x9D3DAC) is unknown color: approx Deep Lilac. HEX triplet: 9D, 3D and AC. RGB value is (157,61,172). Sum of RGB (Red+Green+Blue) = 157+61+172=390 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.26% from 390); Green value is 61 (24.22% from 255 or 15.64% from 390); Blue value is 172 (67.58% from 255 or 44.10% from 390); Max value from RGB is 172 - color contains mainly: blue. Hex color #9D3DAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D3DAC is #62C253. Grayscale: #666666. Windows color (decimal): -6472276 or 11287965. OLE color: 11287965.

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

Color convert

RGB15761172-
CMYK0.090.6500.33
HSL291.89º47.64%45.69%-
HSV(B)291.89º64.53%67.45%-
XYZ23.0213.4840.42-
YUV102.36167.3166.97-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 40.26%
GREEN value IS 61 (24.22% from 255) = 15.64%
BLUE value IS 172 (67.58% from 255) = 44.10%
R=40.26%
G=15.64%
B=44.10%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal157611720.090.6500.33291.8947.6445.69
Hex9D3DAC941021124302e
Octal23575254111010414446056
Binary1001110111110110101100100110000010100001100100100110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D3DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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