#974B8E

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

Shades of Violet Blue #974B8E

Tints of Violet Blue #974B8E

Color information

#974B8E (or 0x974B8E) is unknown color: approx Violet Blue. HEX triplet: 97, 4B and 8E. RGB value is (151,75,142). Sum of RGB (Red+Green+Blue) = 151+75+142=368 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.03% from 368); Green value is 75 (29.69% from 255 or 20.38% from 368); Blue value is 142 (55.86% from 255 or 38.59% from 368); Max value from RGB is 151 - color contains mainly: red. Hex color #974B8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #974B8E is #68B471. Grayscale: #696969. Windows color (decimal): -6861938 or 9325463. OLE color: 9325463.

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

Color convert

RGB15175142-
CMYK00.500.060.41
HSL307.11º33.63%44.31%-
HSV(B)307.11º50.33%59.22%-
XYZ20.1613.5627.15-
YUV105.36148.68160.55-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 41.03%
GREEN value IS 75 (29.69% from 255) = 20.38%
BLUE value IS 142 (55.86% from 255) = 38.59%
R=41.03%
G=20.38%
B=38.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.06
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1517514200.500.060.41307.1133.6344.31
Hex974B8E032629133222c
Octal2271132160626514634254
Binary100101111001011100011100110010110101001100110011100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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