#973fa6

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

Shades of Vivid Violet #973FA6

Tints of Vivid Violet #973FA6

Color information

#973FA6 (or 0x973FA6) is unknown color: approx Vivid Violet. HEX triplet: 97, 3F and A6. RGB value is (151,63,166). Sum of RGB (Red+Green+Blue) = 151+63+166=380 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.74% from 380); Green value is 63 (25% from 255 or 16.58% from 380); Blue value is 166 (65.23% from 255 or 43.68% from 380); Max value from RGB is 166 - color contains mainly: blue. Hex color #973FA6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #973FA6 is #68C059. Grayscale: #646464. Windows color (decimal): -6864986 or 10895255. OLE color: 10895255.

HSL color Cylindrical-coordinate representation of color #973FA6: hue angle of 291.26º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #973FA6 is Cyan = 0.09, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB15163166-
CMYK0.090.6200.35
HSL291.26º44.98%44.9%-
HSV(B)291.26º62.05%65.1%-
XYZ21.4212.8937.43-
YUV101.05164.65163.62-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 39.74%
GREEN value IS 63 (25% from 255) = 16.58%
BLUE value IS 166 (65.23% from 255) = 43.68%
R=39.74%
G=16.58%
B=43.68%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal151631660.090.6200.35291.2644.9844.9
Hex973FA693E0231232d2d
Octal2277724611760434435555
Binary100101111111111010011010011111100100011100100011101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #973fa6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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