#973F91

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

Shades of Vivid Violet #973F91

Tints of Vivid Violet #973F91

Color information

#973F91 (or 0x973F91) is unknown color: approx Vivid Violet. HEX triplet: 97, 3F and 91. RGB value is (151,63,145). Sum of RGB (Red+Green+Blue) = 151+63+145=359 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.06% from 359); Green value is 63 (25% from 255 or 17.55% from 359); Blue value is 145 (57.03% from 255 or 40.39% from 359); Max value from RGB is 151 - color contains mainly: red. Hex color #973F91 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #973F91 is #68C06E. Grayscale: #626262. Windows color (decimal): -6865007 or 9518999. OLE color: 9518999.

HSL color Cylindrical-coordinate representation of color #973F91: hue angle of 304.09º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #973F91 is Cyan = 0, Magento = 0.58, Yellow = 0.04 and Black (K on CMYK) = 0.41.

Color convert

RGB15163145-
CMYK00.580.040.41
HSL304.09º41.12%41.96%-
HSV(B)304.09º58.28%59.22%-
XYZ19.6512.1828.1-
YUV98.66154.15165.33-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 42.06%
GREEN value IS 63 (25% from 255) = 17.55%
BLUE value IS 145 (57.03% from 255) = 40.39%
R=42.06%
G=17.55%
B=40.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.04
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1516314500.580.040.41304.0941.1241.96
Hex973F9103A429130292a
Octal227772210724514605152
Binary10010111111111100100010111010100101001100110000101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #973F91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #973F91; }

 p { color: rgb(151,63,145); }

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

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

 a { background-color: rgb(151,63,145); }

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

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

 span { border-color: rgb(151,63,145); }

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