#974A8A

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

Shades of Violet Blue #974A8A

Tints of Violet Blue #974A8A

Color information

#974A8A (or 0x974A8A) is unknown color: approx Violet Blue. HEX triplet: 97, 4A and 8A. RGB value is (151,74,138). Sum of RGB (Red+Green+Blue) = 151+74+138=363 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.60% from 363); Green value is 74 (29.30% from 255 or 20.39% from 363); Blue value is 138 (54.30% from 255 or 38.02% from 363); Max value from RGB is 151 - color contains mainly: red. Hex color #974A8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #974A8A is #68B575. Grayscale: #686868. Windows color (decimal): -6862198 or 9063063. OLE color: 9063063.

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

Color convert

RGB15174138-
CMYK00.510.090.41
HSL310.13º34.22%44.12%-
HSV(B)310.13º50.99%59.22%-
XYZ19.813.3125.57-
YUV104.32147.01161.3-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 41.60%
GREEN value IS 74 (29.30% from 255) = 20.39%
BLUE value IS 138 (54.30% from 255) = 38.02%
R=41.60%
G=20.39%
B=38.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.09
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1517413800.510.090.41310.1334.2244.12
Hex974A8A033929136222c
Octal22711221206311514664254
Binary1001011110010101000101001100111001101001100110110100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974A8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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