#973FA1

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

Shades of Vivid Violet #973FA1

Tints of Vivid Violet #973FA1

Color information

#973FA1 (or 0x973FA1) is unknown color: approx Vivid Violet. HEX triplet: 97, 3F and A1. RGB value is (151,63,161). Sum of RGB (Red+Green+Blue) = 151+63+161=375 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.27% from 375); Green value is 63 (25% from 255 or 16.8% from 375); Blue value is 161 (63.28% from 255 or 42.93% from 375); Max value from RGB is 161 - color contains mainly: blue. Hex color #973FA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #973FA1 is #68C05E. Grayscale: #646464. Windows color (decimal): -6864991 or 10567575. OLE color: 10567575.

HSL color Cylindrical-coordinate representation of color #973FA1: hue angle of 293.88º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #973FA1 is Cyan = 0.06, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB15163161-
CMYK0.060.6100.37
HSL293.88º43.75%43.92%-
HSV(B)293.88º60.87%63.14%-
XYZ20.9712.7135.07-
YUV100.48162.15164.03-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 40.27%
GREEN value IS 63 (25% from 255) = 16.8%
BLUE value IS 161 (63.28% from 255) = 42.93%
R=40.27%
G=16.8%
B=42.93%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal151631610.060.6100.37293.8843.7543.92
Hex973FA163D0251262c2c
Octal227772416750454465454
Binary10010111111111101000011101111010100101100100110101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #973FA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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