#974E95

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

Shades of Violet Blue #974E95

Tints of Violet Blue #974E95

Color information

#974E95 (or 0x974E95) is unknown color: approx Violet Blue. HEX triplet: 97, 4E and 95. RGB value is (151,78,149). Sum of RGB (Red+Green+Blue) = 151+78+149=378 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.95% from 378); Green value is 78 (30.86% from 255 or 20.63% from 378); Blue value is 149 (58.59% from 255 or 39.42% from 378); Max value from RGB is 151 - color contains mainly: red. Hex color #974E95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #974E95 is #68B16A. Grayscale: #6B6B6B. Windows color (decimal): -6861163 or 9784983. OLE color: 9784983.

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

Color convert

RGB15178149-
CMYK00.480.010.41
HSL301.64º31.88%44.9%-
HSV(B)301.64º48.34%59.22%-
XYZ20.9114.230.07-
YUV107.92151.18158.73-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 39.95%
GREEN value IS 78 (30.86% from 255) = 20.63%
BLUE value IS 149 (58.59% from 255) = 39.42%
R=39.95%
G=20.63%
B=39.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.01
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1517814900.480.010.41301.6431.8844.9
Hex974E9503012912e202d
Octal2271162250601514564055
Binary1001011110011101001010101100001101001100101110100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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