#974595

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

Shades of Violet Blue #974595

Tints of Violet Blue #974595

Color information

#974595 (or 0x974595) is unknown color: approx Violet Blue. HEX triplet: 97, 45 and 95. RGB value is (151,69,149). Sum of RGB (Red+Green+Blue) = 151+69+149=369 (48% of max value = 765). Red value is 151 (59.38% from 255 or 40.92% from 369); Green value is 69 (27.34% from 255 or 18.70% from 369); Blue value is 149 (58.59% from 255 or 40.38% from 369); Max value from RGB is 151 - color contains mainly: red. Hex color #974595 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #974595 is #68BA6A. Grayscale: #666666. Windows color (decimal): -6863467 or 9782679. OLE color: 9782679.

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

Color convert

RGB15169149-
CMYK00.540.010.41
HSL301.46º37.27%43.14%-
HSV(B)301.46º54.3%59.22%-
XYZ20.3213.0129.87-
YUV102.64154.17162.5-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 40.92%
GREEN value IS 69 (27.34% from 255) = 18.70%
BLUE value IS 149 (58.59% from 255) = 40.38%
R=40.92%
G=18.70%
B=40.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.01
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1516914900.540.010.41301.4637.2743.14
Hex97459503612912d252b
Octal2271052250661514554553
Binary1001011110001011001010101101101101001100101101100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #974595; }

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

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

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

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

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

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

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

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