#974DC5

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

Shades of Deep Lilac #974DC5

Tints of Deep Lilac #974DC5

Color information

#974DC5 (or 0x974DC5) is unknown color: approx Deep Lilac. HEX triplet: 97, 4D and C5. RGB value is (151,77,197). Sum of RGB (Red+Green+Blue) = 151+77+197=425 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.53% from 425); Green value is 77 (30.47% from 255 or 18.12% from 425); Blue value is 197 (77.34% from 255 or 46.35% from 425); Max value from RGB is 197 - color contains mainly: blue. Hex color #974DC5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #974DC5 is #68B23A. Grayscale: #707070. Windows color (decimal): -6861371 or 12930455. OLE color: 12930455.

HSL color Cylindrical-coordinate representation of color #974DC5: hue angle of 277º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #974DC5 is Cyan = 0.23, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB15177197-
CMYK0.230.6100.23
HSL277º50.85%53.73%-
HSV(B)277º60.91%77.25%-
XYZ25.4915.9254.55-
YUV112.81175.52155.24-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 35.53%
GREEN value IS 77 (30.47% from 255) = 18.12%
BLUE value IS 197 (77.34% from 255) = 46.35%
R=35.53%
G=18.12%
B=46.35%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal151771970.230.6100.2327750.8553.73
Hex974DC5173D0171153336
Octal22711530527750274256366
Binary1001011110011011100010110111111101010111100010101110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974DC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,77,197); }

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

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

 a { background-color: rgb(151,77,197); }

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

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

 span { border-color: rgb(151,77,197); }

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