#974C97

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

Shades of Violet Blue #974C97

Tints of Violet Blue #974C97

Color information

#974C97 (or 0x974C97) is unknown color: approx Violet Blue. HEX triplet: 97, 4C and 97. RGB value is (151,76,151). Sum of RGB (Red+Green+Blue) = 151+76+151=378 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.95% from 378); Green value is 76 (30.08% from 255 or 20.11% from 378); Blue value is 151 (59.38% from 255 or 39.95% from 378); Max value from RGB is 151 - color contains mainly: red, blue. Hex color #974C97 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #974C97 is #68B368. Grayscale: #6A6A6A. Windows color (decimal): -6861673 or 9915543. OLE color: 9915543.

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

Color convert

RGB15176151-
CMYK00.5000.41
HSL300º33.04%44.51%-
HSV(B)300º49.67%59.22%-
XYZ20.9313.9830.87-
YUV106.98152.85159.4-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 39.95%
GREEN value IS 76 (30.08% from 255) = 20.11%
BLUE value IS 151 (59.38% from 255) = 39.95%
R=39.95%
G=20.11%
B=39.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1517615100.5000.4130033.0444.51
Hex974C9703202912c212d
Octal2271142270620514544155
Binary1001011110011001001011101100100101001100101100100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974C97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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