#974AC8

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

Shades of Deep Lilac #974AC8

Tints of Deep Lilac #974AC8

Color information

#974AC8 (or 0x974AC8) is unknown color: approx Deep Lilac. HEX triplet: 97, 4A and C8. RGB value is (151,74,200). Sum of RGB (Red+Green+Blue) = 151+74+200=425 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.53% from 425); Green value is 74 (29.30% from 255 or 17.41% from 425); Blue value is 200 (78.52% from 255 or 47.06% from 425); Max value from RGB is 200 - color contains mainly: blue. Hex color #974AC8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #974AC8 is #68B537. Grayscale: #6E6E6E. Windows color (decimal): -6862136 or 13126295. OLE color: 13126295.

HSL color Cylindrical-coordinate representation of color #974AC8: hue angle of 276.67º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #974AC8 is Cyan = 0.24, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB15174200-
CMYK0.240.6300.22
HSL276.67º53.39%53.73%-
HSV(B)276.67º63%78.43%-
XYZ25.6415.6556.31-
YUV111.39178.01156.25-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 35.53%
GREEN value IS 74 (29.30% from 255) = 17.41%
BLUE value IS 200 (78.52% from 255) = 47.06%
R=35.53%
G=17.41%
B=47.06%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal151742000.240.6300.22276.6753.3953.73
Hex974AC8183F0161153536
Octal22711231030770264256566
Binary1001011110010101100100011000111111010110100010101110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974AC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,74,200); }

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

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

 a { background-color: rgb(151,74,200); }

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

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

 span { border-color: rgb(151,74,200); }

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