#974396

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

Shades of Violet Blue #974396

Tints of Violet Blue #974396

Color information

#974396 (or 0x974396) is unknown color: approx Violet Blue. HEX triplet: 97, 43 and 96. RGB value is (151,67,150). Sum of RGB (Red+Green+Blue) = 151+67+150=368 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.03% from 368); Green value is 67 (26.56% from 255 or 18.21% from 368); Blue value is 150 (58.98% from 255 or 40.76% from 368); Max value from RGB is 151 - color contains mainly: red. Hex color #974396 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #974396 is #68BC69. Grayscale: #656565. Windows color (decimal): -6863978 or 9847703. OLE color: 9847703.

HSL color Cylindrical-coordinate representation of color #974396: hue angle of 300.71º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #974396 is Cyan = 0, Magento = 0.56, Yellow = 0.01 and Black (K on CMYK) = 0.41.

Color convert

RGB15167150-
CMYK00.560.010.41
HSL300.71º38.53%42.75%-
HSV(B)300.71º55.63%59.22%-
XYZ20.2712.830.26-
YUV101.58155.33163.25-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 41.03%
GREEN value IS 67 (26.56% from 255) = 18.21%
BLUE value IS 150 (58.98% from 255) = 40.76%
R=41.03%
G=18.21%
B=40.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.01
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1516715000.560.010.41300.7138.5342.75
Hex97439603812912d272b
Octal2271032260701514554753
Binary1001011110000111001011001110001101001100101101100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #974396; }

 p { color: rgb(151,67,150); }

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

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

 a { background-color: rgb(151,67,150); }

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

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

 span { border-color: rgb(151,67,150); }

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