#974AC3

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

Shades of Deep Lilac #974AC3

Tints of Deep Lilac #974AC3

Color information

#974AC3 (or 0x974AC3) is unknown color: approx Deep Lilac. HEX triplet: 97, 4A and C3. RGB value is (151,74,195). Sum of RGB (Red+Green+Blue) = 151+74+195=420 (55% of max value = 765). Red value is 151 (59.38% from 255 or 35.95% from 420); Green value is 74 (29.30% from 255 or 17.62% from 420); Blue value is 195 (76.56% from 255 or 46.43% from 420); Max value from RGB is 195 - color contains mainly: blue. Hex color #974AC3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #974AC3 is #68B53C. Grayscale: #6E6E6E. Windows color (decimal): -6862141 or 12798615. OLE color: 12798615.

HSL color Cylindrical-coordinate representation of color #974AC3: hue angle of 278.18º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #974AC3 is Cyan = 0.23, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB15174195-
CMYK0.230.6200.24
HSL278.18º50.21%52.75%-
HSV(B)278.18º62.05%76.47%-
XYZ25.0615.4253.28-
YUV110.82175.51156.66-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 35.95%
GREEN value IS 74 (29.30% from 255) = 17.62%
BLUE value IS 195 (76.56% from 255) = 46.43%
R=35.95%
G=17.62%
B=46.43%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal151741950.230.6200.24278.1850.2152.75
Hex974AC3173E0181163235
Octal22711230327760304266265
Binary1001011110010101100001110111111110011000100010110110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974AC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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