#974CAF

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

Shades of Deep Lilac #974CAF

Tints of Deep Lilac #974CAF

Color information

#974CAF (or 0x974CAF) is unknown color: approx Deep Lilac. HEX triplet: 97, 4C and AF. RGB value is (151,76,175). Sum of RGB (Red+Green+Blue) = 151+76+175=402 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.56% from 402); Green value is 76 (30.08% from 255 or 18.91% from 402); Blue value is 175 (68.75% from 255 or 43.53% from 402); Max value from RGB is 175 - color contains mainly: blue. Hex color #974CAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #974CAF is #68B350. Grayscale: #6D6D6D. Windows color (decimal): -6861649 or 11488407. OLE color: 11488407.

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

Color convert

RGB15176175-
CMYK0.140.5700.31
HSL285.45º39.44%49.22%-
HSV(B)285.45º56.57%68.63%-
XYZ23.0814.8442.21-
YUV109.71164.85157.45-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 37.56%
GREEN value IS 76 (30.08% from 255) = 18.91%
BLUE value IS 175 (68.75% from 255) = 43.53%
R=37.56%
G=18.91%
B=43.53%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal151761750.140.5700.31285.4539.4449.22
Hex974CAFE3901F11d2731
Octal22711425716710374354761
Binary100101111001100101011111110111001011111100011101100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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