#974DB3

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

Shades of Deep Lilac #974DB3

Tints of Deep Lilac #974DB3

Color information

#974DB3 (or 0x974DB3) is unknown color: approx Deep Lilac. HEX triplet: 97, 4D and B3. RGB value is (151,77,179). Sum of RGB (Red+Green+Blue) = 151+77+179=407 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.10% from 407); Green value is 77 (30.47% from 255 or 18.92% from 407); Blue value is 179 (70.31% from 255 or 43.98% from 407); Max value from RGB is 179 - color contains mainly: blue. Hex color #974DB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #974DB3 is #68B24C. Grayscale: #6E6E6E. Windows color (decimal): -6861389 or 11750807. OLE color: 11750807.

HSL color Cylindrical-coordinate representation of color #974DB3: hue angle of 283.53º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #974DB3 is Cyan = 0.16, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB15177179-
CMYK0.160.5700.30
HSL283.53º40.16%50.2%-
HSV(B)283.53º56.98%70.2%-
XYZ23.5515.1444.33-
YUV110.75166.52156.71-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 37.10%
GREEN value IS 77 (30.47% from 255) = 18.92%
BLUE value IS 179 (70.31% from 255) = 43.98%
R=37.10%
G=18.92%
B=43.98%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal151771790.160.5700.30283.5340.1650.2
Hex974DB3103901E11c2832
Octal22711526320710364345062
Binary1001011110011011011001110000111001011110100011100101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974DB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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