#974AC1

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

Shades of Deep Lilac #974AC1

Tints of Deep Lilac #974AC1

Color information

#974AC1 (or 0x974AC1) is unknown color: approx Deep Lilac. HEX triplet: 97, 4A and C1. RGB value is (151,74,193). Sum of RGB (Red+Green+Blue) = 151+74+193=418 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.12% from 418); Green value is 74 (29.30% from 255 or 17.70% from 418); Blue value is 193 (75.78% from 255 or 46.17% from 418); Max value from RGB is 193 - color contains mainly: blue. Hex color #974AC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #974AC1 is #68B53E. Grayscale: #6E6E6E. Windows color (decimal): -6862143 or 12667543. OLE color: 12667543.

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

Color convert

RGB15174193-
CMYK0.220.6200.24
HSL278.82º48.97%52.35%-
HSV(B)278.82º61.66%75.69%-
XYZ24.8415.3352.1-
YUV110.59174.51156.82-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 36.12%
GREEN value IS 74 (29.30% from 255) = 17.70%
BLUE value IS 193 (75.78% from 255) = 46.17%
R=36.12%
G=17.70%
B=46.17%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal151741930.220.6200.24278.8248.9752.35
Hex974AC1163E0181173134
Octal22711230126760304276164
Binary1001011110010101100000110110111110011000100010111110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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