#974EAD

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

Shades of Deep Lilac #974EAD

Tints of Deep Lilac #974EAD

Color information

#974EAD (or 0x974EAD) is unknown color: approx Deep Lilac. HEX triplet: 97, 4E and AD. RGB value is (151,78,173). Sum of RGB (Red+Green+Blue) = 151+78+173=402 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.56% from 402); Green value is 78 (30.86% from 255 or 19.40% from 402); Blue value is 173 (67.97% from 255 or 43.03% from 402); Max value from RGB is 173 - color contains mainly: blue. Hex color #974EAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #974EAD is #68B152. Grayscale: #6E6E6E. Windows color (decimal): -6861139 or 11357847. OLE color: 11357847.

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

Color convert

RGB15178173-
CMYK0.130.5500.32
HSL286.11º37.85%49.22%-
HSV(B)286.11º54.91%67.84%-
XYZ23.0315.0541.23-
YUV110.66163.18156.78-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 37.56%
GREEN value IS 78 (30.86% from 255) = 19.40%
BLUE value IS 173 (67.97% from 255) = 43.03%
R=37.56%
G=19.40%
B=43.03%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal151781730.130.5500.32286.1137.8549.22
Hex974EADD3702011e2631
Octal22711625515670404364661
Binary1001011110011101010110111011101110100000100011110100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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