#973DAA

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

Shades of Deep Lilac #973DAA

Tints of Deep Lilac #973DAA

Color information

#973DAA (or 0x973DAA) is unknown color: approx Deep Lilac. HEX triplet: 97, 3D and AA. RGB value is (151,61,170). Sum of RGB (Red+Green+Blue) = 151+61+170=382 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.53% from 382); Green value is 61 (24.22% from 255 or 15.97% from 382); Blue value is 170 (66.80% from 255 or 44.50% from 382); Max value from RGB is 170 - color contains mainly: blue. Hex color #973DAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #973DAA is #68C255. Grayscale: #636363. Windows color (decimal): -6865494 or 11156887. OLE color: 11156887.

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

Color convert

RGB15161170-
CMYK0.110.6400.33
HSL289.54º47.19%45.29%-
HSV(B)289.54º64.12%66.67%-
XYZ21.6912.8239.36-
YUV100.34167.32164.14-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 39.53%
GREEN value IS 61 (24.22% from 255) = 15.97%
BLUE value IS 170 (66.80% from 255) = 44.50%
R=39.53%
G=15.97%
B=44.50%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal151611700.110.6400.33289.5447.1945.29
Hex973DAAB400211222f2d
Octal22775252131000414425755
Binary1001011111110110101010101110000000100001100100010101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #973DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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