#974DC2

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

Shades of Deep Lilac #974DC2

Tints of Deep Lilac #974DC2

Color information

#974DC2 (or 0x974DC2) is unknown color: approx Deep Lilac. HEX triplet: 97, 4D and C2. RGB value is (151,77,194). Sum of RGB (Red+Green+Blue) = 151+77+194=422 (55% of max value = 765). Red value is 151 (59.38% from 255 or 35.78% from 422); Green value is 77 (30.47% from 255 or 18.25% from 422); Blue value is 194 (76.17% from 255 or 45.97% from 422); Max value from RGB is 194 - color contains mainly: blue. Hex color #974DC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #974DC2 is #68B23D. Grayscale: #707070. Windows color (decimal): -6861374 or 12733847. OLE color: 12733847.

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

Color convert

RGB15177194-
CMYK0.220.6000.24
HSL277.95º48.95%53.14%-
HSV(B)277.95º60.31%76.08%-
XYZ25.1515.7852.76-
YUV112.46174.02155.49-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 35.78%
GREEN value IS 77 (30.47% from 255) = 18.25%
BLUE value IS 194 (76.17% from 255) = 45.97%
R=35.78%
G=18.25%
B=45.97%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal151771940.220.6000.24277.9548.9553.14
Hex974DC2163C0181163135
Octal22711530226740304266165
Binary1001011110011011100001010110111100011000100010110110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974DC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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