#974FC1

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

Shades of Deep Lilac #974FC1

Tints of Deep Lilac #974FC1

Color information

#974FC1 (or 0x974FC1) is unknown color: approx Deep Lilac. HEX triplet: 97, 4F and C1. RGB value is (151,79,193). Sum of RGB (Red+Green+Blue) = 151+79+193=423 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.70% from 423); Green value is 79 (31.25% from 255 or 18.68% from 423); Blue value is 193 (75.78% from 255 or 45.63% from 423); Max value from RGB is 193 - color contains mainly: blue. Hex color #974FC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #974FC1 is #68B03E. Grayscale: #717171. Windows color (decimal): -6860863 or 12668823. OLE color: 12668823.

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

Color convert

RGB15179193-
CMYK0.220.5900.24
HSL277.89º47.9%53.33%-
HSV(B)277.89º59.07%75.69%-
XYZ25.1816.0252.22-
YUV113.52172.85154.73-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 35.70%
GREEN value IS 79 (31.25% from 255) = 18.68%
BLUE value IS 193 (75.78% from 255) = 45.63%
R=35.70%
G=18.68%
B=45.63%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal151791930.220.5900.24277.8947.953.33
Hex974FC1163B0181163035
Octal22711730126730304266065
Binary1001011110011111100000110110111011011000100010110110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974FC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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