#974FB3

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

Shades of Deep Lilac #974FB3

Tints of Deep Lilac #974FB3

Color information

#974FB3 (or 0x974FB3) is unknown color: approx Deep Lilac. HEX triplet: 97, 4F and B3. RGB value is (151,79,179). Sum of RGB (Red+Green+Blue) = 151+79+179=409 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.92% from 409); Green value is 79 (31.25% from 255 or 19.32% from 409); Blue value is 179 (70.31% from 255 or 43.77% from 409); Max value from RGB is 179 - color contains mainly: blue. Hex color #974FB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #974FB3 is #68B04C. Grayscale: #6F6F6F. Windows color (decimal): -6860877 or 11751319. OLE color: 11751319.

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

Color convert

RGB15179179-
CMYK0.160.5600.30
HSL283.2º39.68%50.59%-
HSV(B)283.2º55.87%70.2%-
XYZ23.715.4344.38-
YUV111.93165.85155.87-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 36.92%
GREEN value IS 79 (31.25% from 255) = 19.32%
BLUE value IS 179 (70.31% from 255) = 43.77%
R=36.92%
G=19.32%
B=43.77%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal151791790.160.5600.30283.239.6850.59
Hex974FB3103801E11b2833
Octal22711726320700364335063
Binary1001011110011111011001110000111000011110100011011101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974FB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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