#974B9A

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

Shades of Violet Blue #974B9A

Tints of Violet Blue #974B9A

Color information

#974B9A (or 0x974B9A) is unknown color: approx Violet Blue. HEX triplet: 97, 4B and 9A. RGB value is (151,75,154). Sum of RGB (Red+Green+Blue) = 151+75+154=380 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.74% from 380); Green value is 75 (29.69% from 255 or 19.74% from 380); Blue value is 154 (60.55% from 255 or 40.53% from 380); Max value from RGB is 154 - color contains mainly: blue. Hex color #974B9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #974B9A is #68B465. Grayscale: #6A6A6A. Windows color (decimal): -6861926 or 10111895. OLE color: 10111895.

HSL color Cylindrical-coordinate representation of color #974B9A: hue angle of 297.72º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #974B9A is Cyan = 0.02, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB15175154-
CMYK0.020.5100.40
HSL297.72º34.5%44.9%-
HSV(B)297.72º51.3%60.39%-
XYZ21.1113.9432.15-
YUV106.73154.68159.58-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 39.74%
GREEN value IS 75 (29.69% from 255) = 19.74%
BLUE value IS 154 (60.55% from 255) = 40.53%
R=39.74%
G=19.74%
B=40.53%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal151751540.020.5100.40297.7234.544.9
Hex974B9A23302812a222d
Octal2271132322630504524255
Binary10010111100101110011010101100110101000100101010100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974B9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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