#974392

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

Shades of Violet Blue #974392

Tints of Violet Blue #974392

Color information

#974392 (or 0x974392) is unknown color: approx Violet Blue. HEX triplet: 97, 43 and 92. RGB value is (151,67,146). Sum of RGB (Red+Green+Blue) = 151+67+146=364 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.48% from 364); Green value is 67 (26.56% from 255 or 18.41% from 364); Blue value is 146 (57.42% from 255 or 40.11% from 364); Max value from RGB is 151 - color contains mainly: red. Hex color #974392 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #974392 is #68BC6D. Grayscale: #646464. Windows color (decimal): -6863982 or 9585559. OLE color: 9585559.

HSL color Cylindrical-coordinate representation of color #974392: hue angle of 303.57º 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 #974392 is Cyan = 0, Magento = 0.56, Yellow = 0.03 and Black (K on CMYK) = 0.41.

Color convert

RGB15167146-
CMYK00.560.030.41
HSL303.57º38.53%42.75%-
HSV(B)303.57º55.63%59.22%-
XYZ19.9612.6728.59-
YUV101.12153.33163.58-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 41.48%
GREEN value IS 67 (26.56% from 255) = 18.41%
BLUE value IS 146 (57.42% from 255) = 40.11%
R=41.48%
G=18.41%
B=40.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.03
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1516714600.560.030.41303.5738.5342.75
Hex974392038329130272b
Octal2271032220703514604753
Binary10010111100001110010010011100011101001100110000100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #974392; }

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

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

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

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

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

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

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

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