#974597

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

Shades of Violet Blue #974597

Tints of Violet Blue #974597

Color information

#974597 (or 0x974597) is unknown color: approx Violet Blue. HEX triplet: 97, 45 and 97. RGB value is (151,69,151). Sum of RGB (Red+Green+Blue) = 151+69+151=371 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.70% from 371); Green value is 69 (27.34% from 255 or 18.60% from 371); Blue value is 151 (59.38% from 255 or 40.70% from 371); Max value from RGB is 151 - color contains mainly: red, blue. Hex color #974597 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #974597 is #68BA68. Grayscale: #666666. Windows color (decimal): -6863465 or 9913751. OLE color: 9913751.

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

Color convert

RGB15169151-
CMYK00.5400.41
HSL300º37.27%43.14%-
HSV(B)300º54.3%59.22%-
XYZ20.4813.0730.72-
YUV102.87155.17162.33-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 40.70%
GREEN value IS 69 (27.34% from 255) = 18.60%
BLUE value IS 151 (59.38% from 255) = 40.70%
R=40.70%
G=18.60%
B=40.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1516915100.5400.4130037.2743.14
Hex97459703602912c252b
Octal2271052270660514544553
Binary1001011110001011001011101101100101001100101100100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #974597; }

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

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

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

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

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

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

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

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