#974593

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

Shades of Violet Blue #974593

Tints of Violet Blue #974593

Color information

#974593 (or 0x974593) is unknown color: approx Violet Blue. HEX triplet: 97, 45 and 93. RGB value is (151,69,147). Sum of RGB (Red+Green+Blue) = 151+69+147=367 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.14% from 367); Green value is 69 (27.34% from 255 or 18.80% from 367); Blue value is 147 (57.81% from 255 or 40.05% from 367); Max value from RGB is 151 - color contains mainly: red. Hex color #974593 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #974593 is #68BA6C. Grayscale: #666666. Windows color (decimal): -6863469 or 9651607. OLE color: 9651607.

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

Color convert

RGB15169147-
CMYK00.540.030.41
HSL302.93º37.27%43.14%-
HSV(B)302.93º54.3%59.22%-
XYZ20.1612.9429.04-
YUV102.41153.17162.66-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 41.14%
GREEN value IS 69 (27.34% from 255) = 18.80%
BLUE value IS 147 (57.81% from 255) = 40.05%
R=41.14%
G=18.80%
B=40.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.03
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1516914700.540.030.41302.9337.2743.14
Hex97459303632912f252b
Octal2271052230663514574553
Binary10010111100010110010011011011011101001100101111100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #974593; }

 p { color: rgb(151,69,147); }

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

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

 a { background-color: rgb(151,69,147); }

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

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

 span { border-color: rgb(151,69,147); }

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