#973AA9

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

Shades of Vivid Violet #973AA9

Tints of Vivid Violet #973AA9

Color information

#973AA9 (or 0x973AA9) is unknown color: approx Vivid Violet. HEX triplet: 97, 3A and A9. RGB value is (151,58,169). Sum of RGB (Red+Green+Blue) = 151+58+169=378 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.95% from 378); Green value is 58 (23.05% from 255 or 15.34% from 378); Blue value is 169 (66.41% from 255 or 44.71% from 378); Max value from RGB is 169 - color contains mainly: blue. Hex color #973AA9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #973AA9 is #68C556. Grayscale: #626262. Windows color (decimal): -6866263 or 11090583. OLE color: 11090583.

HSL color Cylindrical-coordinate representation of color #973AA9: hue angle of 290.27º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #973AA9 is Cyan = 0.11, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB15158169-
CMYK0.110.6600.34
HSL290.27º48.9%44.51%-
HSV(B)290.27º65.68%66.27%-
XYZ21.4412.4738.81-
YUV98.46167.81165.47-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 39.95%
GREEN value IS 58 (23.05% from 255) = 15.34%
BLUE value IS 169 (66.41% from 255) = 44.71%
R=39.95%
G=15.34%
B=44.71%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal151581690.110.6600.34290.2748.944.51
Hex973AA9B42022122312d
Octal22772251131020424426155
Binary1001011111101010101001101110000100100010100100010110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #973AA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,58,169); }

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

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

 a { background-color: rgb(151,58,169); }

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

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

 span { border-color: rgb(151,58,169); }

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