#974690

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

Shades of Violet Blue #974690

Tints of Violet Blue #974690

Color information

#974690 (or 0x974690) is unknown color: approx Violet Blue. HEX triplet: 97, 46 and 90. RGB value is (151,70,144). Sum of RGB (Red+Green+Blue) = 151+70+144=365 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.37% from 365); Green value is 70 (27.73% from 255 or 19.18% from 365); Blue value is 144 (56.64% from 255 or 39.45% from 365); Max value from RGB is 151 - color contains mainly: red. Hex color #974690 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #974690 is #68B96F. Grayscale: #666666. Windows color (decimal): -6863216 or 9455255. OLE color: 9455255.

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

Color convert

RGB15170144-
CMYK00.540.050.41
HSL305.19º36.65%43.33%-
HSV(B)305.19º53.64%59.22%-
XYZ19.9912.9727.84-
YUV102.66151.34162.48-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 41.37%
GREEN value IS 70 (27.73% from 255) = 19.18%
BLUE value IS 144 (56.64% from 255) = 39.45%
R=41.37%
G=19.18%
B=39.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.05
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1517014400.540.050.41305.1936.6543.33
Hex974690036529131252b
Octal2271062200665514614553
Binary100101111000110100100000110110101101001100110001100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #974690; }

 p { color: rgb(151,70,144); }

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

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

 a { background-color: rgb(151,70,144); }

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

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

 span { border-color: rgb(151,70,144); }

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