#973999

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

Shades of Vivid Violet #973999

Tints of Vivid Violet #973999

Color information

#973999 (or 0x973999) is unknown color: approx Vivid Violet. HEX triplet: 97, 39 and 99. RGB value is (151,57,153). Sum of RGB (Red+Green+Blue) = 151+57+153=361 (47% of max value = 765). Red value is 151 (59.38% from 255 or 41.83% from 361); Green value is 57 (22.66% from 255 or 15.79% from 361); Blue value is 153 (60.16% from 255 or 42.38% from 361); Max value from RGB is 153 - color contains mainly: blue. Hex color #973999 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #973999 is #68C666. Grayscale: #5F5F5F. Windows color (decimal): -6866535 or 10041751. OLE color: 10041751.

HSL color Cylindrical-coordinate representation of color #973999: hue angle of 298.75º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #973999 is Cyan = 0.01, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB15157153-
CMYK0.010.6300.4
HSL298.75º45.71%41.18%-
HSV(B)298.75º62.75%60%-
XYZ19.9811.8131.36-
YUV96.05160.14167.19-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 41.83%
GREEN value IS 57 (22.66% from 255) = 15.79%
BLUE value IS 153 (60.16% from 255) = 42.38%
R=41.83%
G=15.79%
B=42.38%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal151571530.010.6300.4298.7545.7141.18
Hex97399913F02812b2e29
Octal227712311770504535651
Binary100101111110011001100111111110101000100101011101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #973999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #973999; }

 p { color: rgb(151,57,153); }

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

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

 a { background-color: rgb(151,57,153); }

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

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

 span { border-color: rgb(151,57,153); }

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