#973DAC

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

Shades of Deep Lilac #973DAC

Tints of Deep Lilac #973DAC

Color information

#973DAC (or 0x973DAC) is unknown color: approx Deep Lilac. HEX triplet: 97, 3D and AC. RGB value is (151,61,172). Sum of RGB (Red+Green+Blue) = 151+61+172=384 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.32% from 384); Green value is 61 (24.22% from 255 or 15.89% from 384); Blue value is 172 (67.58% from 255 or 44.79% from 384); Max value from RGB is 172 - color contains mainly: blue. Hex color #973DAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #973DAC is #68C253. Grayscale: #646464. Windows color (decimal): -6865492 or 11287959. OLE color: 11287959.

HSL color Cylindrical-coordinate representation of color #973DAC: hue angle of 288.65º 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 #973DAC is Cyan = 0.12, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15161172-
CMYK0.120.6500.33
HSL288.65º47.64%45.69%-
HSV(B)288.65º64.53%67.45%-
XYZ21.8812.940.37-
YUV100.56168.32163.97-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 39.32%
GREEN value IS 61 (24.22% from 255) = 15.89%
BLUE value IS 172 (67.58% from 255) = 44.79%
R=39.32%
G=15.89%
B=44.79%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal151611720.120.6500.33288.6547.6445.69
Hex973DACC41021121302e
Octal22775254141010414416056
Binary1001011111110110101100110010000010100001100100001110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #973DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #973DAC; }

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

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

<style>
 a { background-color: #973DAC; }

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

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

<style>
 span { border-color: #973DAC; }

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

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