#974E8D

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

Shades of Violet Blue #974E8D

Tints of Violet Blue #974E8D

Color information

#974E8D (or 0x974E8D) is unknown color: approx Violet Blue. HEX triplet: 97, 4E and 8D. RGB value is (151,78,141). Sum of RGB (Red+Green+Blue) = 151+78+141=370 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.81% from 370); Green value is 78 (30.86% from 255 or 21.08% from 370); Blue value is 141 (55.47% from 255 or 38.11% from 370); Max value from RGB is 151 - color contains mainly: red. Hex color #974E8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #974E8D is #68B172. Grayscale: #6A6A6A. Windows color (decimal): -6861171 or 9260695. OLE color: 9260695.

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

Color convert

RGB15178141-
CMYK00.480.070.41
HSL308.22º31.88%44.9%-
HSV(B)308.22º48.34%59.22%-
XYZ20.2913.9526.82-
YUV107.01147.18159.38-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 40.81%
GREEN value IS 78 (30.86% from 255) = 21.08%
BLUE value IS 141 (55.47% from 255) = 38.11%
R=40.81%
G=21.08%
B=38.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.07
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1517814100.480.070.41308.2231.8844.9
Hex974E8D030729134202d
Octal2271162150607514644055
Binary100101111001110100011010110000111101001100110100100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974E8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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