#974FA1

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

Shades of Violet Blue #974FA1

Tints of Violet Blue #974FA1

Color information

#974FA1 (or 0x974FA1) is unknown color: approx Violet Blue. HEX triplet: 97, 4F and A1. RGB value is (151,79,161). Sum of RGB (Red+Green+Blue) = 151+79+161=391 (51% of max value = 765). Red value is 151 (59.38% from 255 or 38.62% from 391); Green value is 79 (31.25% from 255 or 20.20% from 391); Blue value is 161 (63.28% from 255 or 41.18% from 391); Max value from RGB is 161 - color contains mainly: blue. Hex color #974FA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #974FA1 is #68B05E. Grayscale: #6D6D6D. Windows color (decimal): -6860895 or 10571671. OLE color: 10571671.

HSL color Cylindrical-coordinate representation of color #974FA1: hue angle of 292.68º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #974FA1 is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB15179161-
CMYK0.060.5100.37
HSL292.68º34.17%47.06%-
HSV(B)292.68º50.93%63.14%-
XYZ21.9914.7435.41-
YUV109.88156.85157.33-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 38.62%
GREEN value IS 79 (31.25% from 255) = 20.20%
BLUE value IS 161 (63.28% from 255) = 41.18%
R=38.62%
G=20.20%
B=41.18%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal151791610.060.5100.37292.6834.1747.06
Hex974FA1633025125222f
Octal2271172416630454454257
Binary100101111001111101000011101100110100101100100101100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974FA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,79,161); }

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

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

 a { background-color: rgb(151,79,161); }

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

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

 span { border-color: rgb(151,79,161); }

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