#974E91

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

Shades of Violet Blue #974E91

Tints of Violet Blue #974E91

Color information

#974E91 (or 0x974E91) is unknown color: approx Violet Blue. HEX triplet: 97, 4E and 91. RGB value is (151,78,145). Sum of RGB (Red+Green+Blue) = 151+78+145=374 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.37% from 374); Green value is 78 (30.86% from 255 or 20.86% from 374); Blue value is 145 (57.03% from 255 or 38.77% from 374); Max value from RGB is 151 - color contains mainly: red. Hex color #974E91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #974E91 is #68B16E. Grayscale: #6B6B6B. Windows color (decimal): -6861167 or 9522839. OLE color: 9522839.

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

Color convert

RGB15178145-
CMYK00.480.040.41
HSL304.93º31.88%44.9%-
HSV(B)304.93º48.34%59.22%-
XYZ20.614.0728.42-
YUV107.46149.18159.05-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 40.37%
GREEN value IS 78 (30.86% from 255) = 20.86%
BLUE value IS 145 (57.03% from 255) = 38.77%
R=40.37%
G=20.86%
B=38.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.04
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1517814500.480.040.41304.9331.8844.9
Hex974E91030429131202d
Octal2271162210604514614055
Binary100101111001110100100010110000100101001100110001100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974E91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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