#973299

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

Shades of Vivid Violet #973299

Tints of Vivid Violet #973299

Color information

#973299 (or 0x973299) is unknown color: approx Vivid Violet. HEX triplet: 97, 32 and 99. RGB value is (151,50,153). Sum of RGB (Red+Green+Blue) = 151+50+153=354 (46% of max value = 765). Red value is 151 (59.38% from 255 or 42.66% from 354); Green value is 50 (19.92% from 255 or 14.12% from 354); Blue value is 153 (60.16% from 255 or 43.22% from 354); Max value from RGB is 153 - color contains mainly: blue. Hex color #973299 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #973299 is #68CD66. Grayscale: #5B5B5B. Windows color (decimal): -6868327 or 10039959. OLE color: 10039959.

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

Color convert

RGB15150153-
CMYK0.010.6700.4
HSL298.83º50.74%39.8%-
HSV(B)298.83º67.32%60%-
XYZ19.6511.1631.26-
YUV91.94162.46170.12-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 42.66%
GREEN value IS 50 (19.92% from 255) = 14.12%
BLUE value IS 153 (60.16% from 255) = 43.22%
R=42.66%
G=14.12%
B=43.22%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal151501530.010.6700.4298.8350.7439.8
Hex97329914302812b3328
Octal2276223111030504536350
Binary1001011111001010011001110000110101000100101011110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #973299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #973299; }

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

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

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

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

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

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

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

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