#974C8A

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

Shades of Violet Blue #974C8A

Tints of Violet Blue #974C8A

Color information

#974C8A (or 0x974C8A) is unknown color: approx Violet Blue. HEX triplet: 97, 4C and 8A. RGB value is (151,76,138). Sum of RGB (Red+Green+Blue) = 151+76+138=365 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.37% from 365); Green value is 76 (30.08% from 255 or 20.82% from 365); Blue value is 138 (54.30% from 255 or 37.81% from 365); Max value from RGB is 151 - color contains mainly: red. Hex color #974C8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #974C8A is #68B375. Grayscale: #696969. Windows color (decimal): -6861686 or 9063575. OLE color: 9063575.

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

Color convert

RGB15176138-
CMYK00.500.090.41
HSL310.4º33.04%44.51%-
HSV(B)310.4º49.67%59.22%-
XYZ19.9313.5825.62-
YUV105.49146.35160.46-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 41.37%
GREEN value IS 76 (30.08% from 255) = 20.82%
BLUE value IS 138 (54.30% from 255) = 37.81%
R=41.37%
G=20.82%
B=37.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.09
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1517613800.500.090.41310.433.0444.51
Hex974C8A032929136212d
Octal22711421206211514664155
Binary1001011110011001000101001100101001101001100110110100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974C8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,76,138); }

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

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

 a { background-color: rgb(151,76,138); }

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

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

 span { border-color: rgb(151,76,138); }

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