#974FAD

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

Shades of Deep Lilac #974FAD

Tints of Deep Lilac #974FAD

Color information

#974FAD (or 0x974FAD) is unknown color: approx Deep Lilac. HEX triplet: 97, 4F and AD. RGB value is (151,79,173). Sum of RGB (Red+Green+Blue) = 151+79+173=403 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.47% from 403); Green value is 79 (31.25% from 255 or 19.60% from 403); Blue value is 173 (67.97% from 255 or 42.93% from 403); Max value from RGB is 173 - color contains mainly: blue. Hex color #974FAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #974FAD is #68B052. Grayscale: #6E6E6E. Windows color (decimal): -6860883 or 11358103. OLE color: 11358103.

HSL color Cylindrical-coordinate representation of color #974FAD: hue angle of 285.96º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #974FAD is Cyan = 0.13, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB15179173-
CMYK0.130.5400.32
HSL285.96º37.3%49.41%-
HSV(B)285.96º54.34%67.84%-
XYZ23.115.1941.25-
YUV111.24162.85156.36-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 37.47%
GREEN value IS 79 (31.25% from 255) = 19.60%
BLUE value IS 173 (67.97% from 255) = 42.93%
R=37.47%
G=19.60%
B=42.93%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal151791730.130.5400.32285.9637.349.41
Hex974FADD3602011e2531
Octal22711725515660404364561
Binary1001011110011111010110111011101100100000100011110100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #974FAD; }

 p { color: rgb(151,79,173); }

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

<style>
 a { background-color: #974FAD; }

 a { background-color: rgb(151,79,173); }

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

<style>
 span { border-color: #974FAD; }

 span { border-color: rgb(151,79,173); }

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