#973993

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

Shades of Vivid Violet #973993

Tints of Vivid Violet #973993

Color information

#973993 (or 0x973993) is unknown color: approx Vivid Violet. HEX triplet: 97, 39 and 93. RGB value is (151,57,147). Sum of RGB (Red+Green+Blue) = 151+57+147=355 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.54% from 355); Green value is 57 (22.66% from 255 or 16.06% from 355); Blue value is 147 (57.81% from 255 or 41.41% from 355); Max value from RGB is 151 - color contains mainly: red. Hex color #973993 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #973993 is #68C66C. Grayscale: #5F5F5F. Windows color (decimal): -6866541 or 9648535. OLE color: 9648535.

HSL color Cylindrical-coordinate representation of color #973993: hue angle of 302.55º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #973993 is Cyan = 0, Magento = 0.62, Yellow = 0.03 and Black (K on CMYK) = 0.41.

Color convert

RGB15157147-
CMYK00.620.030.41
HSL302.55º45.19%40.78%-
HSV(B)302.55º62.25%59.22%-
XYZ19.4911.6128.82-
YUV95.37157.14167.68-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 42.54%
GREEN value IS 57 (22.66% from 255) = 16.06%
BLUE value IS 147 (57.81% from 255) = 41.41%
R=42.54%
G=16.06%
B=41.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.03
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1515714700.620.030.41302.5545.1940.78
Hex97399303E32912f2d29
Octal227712230763514575551
Binary1001011111100110010011011111011101001100101111101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #973993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #973993; }

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

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

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

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

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

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

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

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