#974FA8

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

Shades of Deep Lilac #974FA8

Tints of Deep Lilac #974FA8

Color information

#974FA8 (or 0x974FA8) is unknown color: approx Deep Lilac. HEX triplet: 97, 4F and A8. RGB value is (151,79,168). Sum of RGB (Red+Green+Blue) = 151+79+168=398 (52% of max value = 765). Red value is 151 (59.38% from 255 or 37.94% from 398); Green value is 79 (31.25% from 255 or 19.85% from 398); Blue value is 168 (66.02% from 255 or 42.21% from 398); Max value from RGB is 168 - color contains mainly: blue. Hex color #974FA8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #974FA8 is #68B057. Grayscale: #6E6E6E. Windows color (decimal): -6860888 or 11030423. OLE color: 11030423.

HSL color Cylindrical-coordinate representation of color #974FA8: hue angle of 288.54º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #974FA8 is Cyan = 0.10, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB15179168-
CMYK0.100.5300.34
HSL288.54º36.03%48.43%-
HSV(B)288.54º52.98%65.88%-
XYZ22.631538.75-
YUV110.67160.35156.76-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 37.94%
GREEN value IS 79 (31.25% from 255) = 19.85%
BLUE value IS 168 (66.02% from 255) = 42.21%
R=37.94%
G=19.85%
B=42.21%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal151791680.100.5300.34288.5436.0348.43
Hex974FA8A350221212430
Octal22711725012650424414460
Binary1001011110011111010100010101101010100010100100001100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974FA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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