#974A99

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

Shades of Violet Blue #974A99

Tints of Violet Blue #974A99

Color information

#974A99 (or 0x974A99) is unknown color: approx Violet Blue. HEX triplet: 97, 4A and 99. RGB value is (151,74,153). Sum of RGB (Red+Green+Blue) = 151+74+153=378 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.95% from 378); Green value is 74 (29.30% from 255 or 19.58% from 378); Blue value is 153 (60.16% from 255 or 40.48% from 378); Max value from RGB is 153 - color contains mainly: blue. Hex color #974A99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #974A99 is #68B566. Grayscale: #696969. Windows color (decimal): -6862183 or 10046103. OLE color: 10046103.

HSL color Cylindrical-coordinate representation of color #974A99: hue angle of 298.48º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #974A99 is Cyan = 0.01, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB15174153-
CMYK0.010.5200.4
HSL298.48º34.8%44.51%-
HSV(B)298.48º51.63%60%-
XYZ20.9613.7831.69-
YUV106.03154.51160.08-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 39.95%
GREEN value IS 74 (29.30% from 255) = 19.58%
BLUE value IS 153 (60.16% from 255) = 40.48%
R=39.95%
G=19.58%
B=40.48%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal151741530.010.5200.4298.4834.844.51
Hex974A9913402812a232d
Octal2271122311640504524355
Binary1001011110010101001100111101000101000100101010100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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