#974AA3

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

Shades of Violet Blue #974AA3

Tints of Violet Blue #974AA3

Color information

#974AA3 (or 0x974AA3) is unknown color: approx Violet Blue. HEX triplet: 97, 4A and A3. RGB value is (151,74,163). Sum of RGB (Red+Green+Blue) = 151+74+163=388 (51% of max value = 765). Red value is 151 (59.38% from 255 or 38.92% from 388); Green value is 74 (29.30% from 255 or 19.07% from 388); Blue value is 163 (64.06% from 255 or 42.01% from 388); Max value from RGB is 163 - color contains mainly: blue. Hex color #974AA3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #974AA3 is #68B55C. Grayscale: #6A6A6A. Windows color (decimal): -6862173 or 10701463. OLE color: 10701463.

HSL color Cylindrical-coordinate representation of color #974AA3: hue angle of 291.91º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #974AA3 is Cyan = 0.07, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB15174163-
CMYK0.070.5500.36
HSL291.91º37.55%46.47%-
HSV(B)291.91º54.6%63.92%-
XYZ21.8214.1236.23-
YUV107.17159.51159.26-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 38.92%
GREEN value IS 74 (29.30% from 255) = 19.07%
BLUE value IS 163 (64.06% from 255) = 42.01%
R=38.92%
G=19.07%
B=42.01%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal151741630.070.5500.36291.9137.5546.47
Hex974AA3737024124262e
Octal2271122437670444444656
Binary100101111001010101000111111101110100100100100100100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974AA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,74,163); }

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

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

 a { background-color: rgb(151,74,163); }

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

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

 span { border-color: rgb(151,74,163); }

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