#974A91

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

Shades of Violet Blue #974A91

Tints of Violet Blue #974A91

Color information

#974A91 (or 0x974A91) is unknown color: approx Violet Blue. HEX triplet: 97, 4A and 91. RGB value is (151,74,145). Sum of RGB (Red+Green+Blue) = 151+74+145=370 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.81% from 370); Green value is 74 (29.30% from 255 or 20% from 370); Blue value is 145 (57.03% from 255 or 39.19% from 370); Max value from RGB is 151 - color contains mainly: red. Hex color #974A91 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #974A91 is #68B56E. Grayscale: #686868. Windows color (decimal): -6862191 or 9521815. OLE color: 9521815.

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

Color convert

RGB15174145-
CMYK00.510.040.41
HSL304.68º34.22%44.12%-
HSV(B)304.68º50.99%59.22%-
XYZ20.3213.5228.33-
YUV105.12150.51160.73-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 40.81%
GREEN value IS 74 (29.30% from 255) = 20%
BLUE value IS 145 (57.03% from 255) = 39.19%
R=40.81%
G=20%
B=39.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.04
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1517414500.510.040.41304.6834.2244.12
Hex974A91033429131222c
Octal2271122210634514614254
Binary100101111001010100100010110011100101001100110001100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974A91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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