#974C96

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

Shades of Violet Blue #974C96

Tints of Violet Blue #974C96

Color information

#974C96 (or 0x974C96) is unknown color: approx Violet Blue. HEX triplet: 97, 4C and 96. RGB value is (151,76,150). Sum of RGB (Red+Green+Blue) = 151+76+150=377 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.05% from 377); Green value is 76 (30.08% from 255 or 20.16% from 377); Blue value is 150 (58.98% from 255 or 39.79% from 377); Max value from RGB is 151 - color contains mainly: red. Hex color #974C96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #974C96 is #68B369. Grayscale: #6A6A6A. Windows color (decimal): -6861674 or 9850007. OLE color: 9850007.

HSL color Cylindrical-coordinate representation of color #974C96: hue angle of 300.8º 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 #974C96 is Cyan = 0, Magento = 0.50, Yellow = 0.01 and Black (K on CMYK) = 0.41.

Color convert

RGB15176150-
CMYK00.500.010.41
HSL300.8º33.04%44.51%-
HSV(B)300.8º49.67%59.22%-
XYZ20.8513.9530.45-
YUV106.86152.35159.48-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 40.05%
GREEN value IS 76 (30.08% from 255) = 20.16%
BLUE value IS 150 (58.98% from 255) = 39.79%
R=40.05%
G=20.16%
B=39.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.01
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1517615000.500.010.41300.833.0444.51
Hex974C9603212912d212d
Octal2271142260621514554155
Binary1001011110011001001011001100101101001100101101100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974C96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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