#974699

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

Shades of Violet Blue #974699

Tints of Violet Blue #974699

Color information

#974699 (or 0x974699) is unknown color: approx Violet Blue. HEX triplet: 97, 46 and 99. RGB value is (151,70,153). Sum of RGB (Red+Green+Blue) = 151+70+153=374 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.37% from 374); Green value is 70 (27.73% from 255 or 18.72% from 374); Blue value is 153 (60.16% from 255 or 40.91% from 374); Max value from RGB is 153 - color contains mainly: blue. Hex color #974699 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #974699 is #68B966. Grayscale: #676767. Windows color (decimal): -6863207 or 10045079. OLE color: 10045079.

HSL color Cylindrical-coordinate representation of color #974699: hue angle of 298.55º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #974699 is Cyan = 0.01, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB15170153-
CMYK0.010.5400.4
HSL298.55º37.22%43.73%-
HSV(B)298.55º54.25%60%-
XYZ20.713.2631.61-
YUV103.68155.84161.75-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 40.37%
GREEN value IS 70 (27.73% from 255) = 18.72%
BLUE value IS 153 (60.16% from 255) = 40.91%
R=40.37%
G=18.72%
B=40.91%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal151701530.010.5400.4298.5537.2243.73
Hex97469913602812b252c
Octal2271062311660504534554
Binary1001011110001101001100111101100101000100101011100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #974699; }

 p { color: rgb(151,70,153); }

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

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

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

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

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

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

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