#974397

Color #974397 Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #974397

Tints of Violet Blue #974397

Color information

#974397 (or 0x974397) is unknown color: approx Violet Blue. HEX triplet: 97, 43 and 97. RGB value is (151,67,151). Sum of RGB (Red+Green+Blue) = 151+67+151=369 (48% of max value = 765). Red value is 151 (59.38% from 255 or 40.92% from 369); Green value is 67 (26.56% from 255 or 18.16% from 369); Blue value is 151 (59.38% from 255 or 40.92% from 369); Max value from RGB is 151 - color contains mainly: red, blue. Hex color #974397 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #974397 is #68BC68. Grayscale: #656565. Windows color (decimal): -6863977 or 9913239. OLE color: 9913239.

HSL color Cylindrical-coordinate representation of color #974397: hue angle of 300º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #974397 is Cyan = 0, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB15167151-
CMYK00.5600.41
HSL300º38.53%42.75%-
HSV(B)300º55.63%59.22%-
XYZ20.3612.8330.68-
YUV101.69155.83163.17-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 40.92%
GREEN value IS 67 (26.56% from 255) = 18.16%
BLUE value IS 151 (59.38% from 255) = 40.92%
R=40.92%
G=18.16%
B=40.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1516715100.5600.4130038.5342.75
Hex97439703802912c272b
Octal2271032270700514544753
Binary1001011110000111001011101110000101001100101100100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #974397; }

 p { color: rgb(151,67,151); }

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

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

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

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

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

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

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