#974faf

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

Shades of Deep Lilac #974FAF

Tints of Deep Lilac #974FAF

Color information

#974FAF (or 0x974FAF) is unknown color: approx Deep Lilac. HEX triplet: 97, 4F and AF. RGB value is (151,79,175). Sum of RGB (Red+Green+Blue) = 151+79+175=405 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.28% from 405); Green value is 79 (31.25% from 255 or 19.51% from 405); Blue value is 175 (68.75% from 255 or 43.21% from 405); Max value from RGB is 175 - color contains mainly: blue. Hex color #974FAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #974FAF is #68B050. Grayscale: #6F6F6F. Windows color (decimal): -6860881 or 11489175. OLE color: 11489175.

HSL color Cylindrical-coordinate representation of color #974FAF: hue angle of 285º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #974FAF is Cyan = 0.14, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB15179175-
CMYK0.140.5500.31
HSL285º37.8%49.8%-
HSV(B)285º54.86%68.63%-
XYZ23.315.2742.28-
YUV111.47163.85156.19-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 37.28%
GREEN value IS 79 (31.25% from 255) = 19.51%
BLUE value IS 175 (68.75% from 255) = 43.21%
R=37.28%
G=19.51%
B=43.21%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal151791750.140.5500.3128537.849.8
Hex974FAFE3701F11d2632
Octal22711725716670374354662
Binary100101111001111101011111110110111011111100011101100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974faf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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