#973EAA

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

Shades of Deep Lilac #973EAA

Tints of Deep Lilac #973EAA

Color information

#973EAA (or 0x973EAA) is unknown color: approx Deep Lilac. HEX triplet: 97, 3E and AA. RGB value is (151,62,170). Sum of RGB (Red+Green+Blue) = 151+62+170=383 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.43% from 383); Green value is 62 (24.61% from 255 or 16.19% from 383); Blue value is 170 (66.80% from 255 or 44.39% from 383); Max value from RGB is 170 - color contains mainly: blue. Hex color #973EAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #973EAA is #68C155. Grayscale: #646464. Windows color (decimal): -6865238 or 11157143. OLE color: 11157143.

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

Color convert

RGB15162170-
CMYK0.110.6400.33
HSL289.44º46.55%45.49%-
HSV(B)289.44º63.53%66.67%-
XYZ21.7412.9339.38-
YUV100.92166.99163.72-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 39.43%
GREEN value IS 62 (24.61% from 255) = 16.19%
BLUE value IS 170 (66.80% from 255) = 44.39%
R=39.43%
G=16.19%
B=44.39%

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
Decimal151621700.110.6400.33289.4446.5545.49
Hex973EAAB400211212f2d
Octal22776252131000414415755
Binary1001011111111010101010101110000000100001100100001101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #973EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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