#974B91

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

Shades of Violet Blue #974B91

Tints of Violet Blue #974B91

Color information

#974B91 (or 0x974B91) is unknown color: approx Violet Blue. HEX triplet: 97, 4B and 91. RGB value is (151,75,145). Sum of RGB (Red+Green+Blue) = 151+75+145=371 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.70% from 371); Green value is 75 (29.69% from 255 or 20.22% from 371); Blue value is 145 (57.03% from 255 or 39.08% from 371); Max value from RGB is 151 - color contains mainly: red. Hex color #974B91 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #974B91 is #68B46E. Grayscale: #696969. Windows color (decimal): -6861935 or 9522071. OLE color: 9522071.

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

Color convert

RGB15175145-
CMYK00.500.040.41
HSL304.74º33.63%44.31%-
HSV(B)304.74º50.33%59.22%-
XYZ20.3913.6628.35-
YUV105.7150.18160.31-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 40.70%
GREEN value IS 75 (29.69% from 255) = 20.22%
BLUE value IS 145 (57.03% from 255) = 39.08%
R=40.70%
G=20.22%
B=39.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.04
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1517514500.500.040.41304.7433.6344.31
Hex974B91032429131222c
Octal2271132210624514614254
Binary100101111001011100100010110010100101001100110001100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974B91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,75,145); }

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

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

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

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

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

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

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