#974D8E

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

Shades of Violet Blue #974D8E

Tints of Violet Blue #974D8E

Color information

#974D8E (or 0x974D8E) is unknown color: approx Violet Blue. HEX triplet: 97, 4D and 8E. RGB value is (151,77,142). Sum of RGB (Red+Green+Blue) = 151+77+142=370 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.81% from 370); Green value is 77 (30.47% from 255 or 20.81% from 370); Blue value is 142 (55.86% from 255 or 38.38% from 370); Max value from RGB is 151 - color contains mainly: red. Hex color #974D8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #974D8E is #68B271. Grayscale: #6A6A6A. Windows color (decimal): -6861426 or 9325975. OLE color: 9325975.

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

Color convert

RGB15177142-
CMYK00.490.060.41
HSL307.3º32.46%44.71%-
HSV(B)307.3º49.01%59.22%-
XYZ20.313.8427.19-
YUV106.54148.02159.71-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 40.81%
GREEN value IS 77 (30.47% from 255) = 20.81%
BLUE value IS 142 (55.86% from 255) = 38.38%
R=40.81%
G=20.81%
B=38.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.06
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1517714200.490.060.41307.332.4644.71
Hex974D8E031629133202d
Octal2271152160616514634055
Binary100101111001101100011100110001110101001100110011100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,77,142); }

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

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

 a { background-color: rgb(151,77,142); }

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

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

 span { border-color: rgb(151,77,142); }

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