#973AA3

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

Shades of Vivid Violet #973AA3

Tints of Vivid Violet #973AA3

Color information

#973AA3 (or 0x973AA3) is unknown color: approx Vivid Violet. HEX triplet: 97, 3A and A3. RGB value is (151,58,163). Sum of RGB (Red+Green+Blue) = 151+58+163=372 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.59% from 372); Green value is 58 (23.05% from 255 or 15.59% from 372); Blue value is 163 (64.06% from 255 or 43.82% from 372); Max value from RGB is 163 - color contains mainly: blue. Hex color #973AA3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #973AA3 is #68C55C. Grayscale: #616161. Windows color (decimal): -6866269 or 10697367. OLE color: 10697367.

HSL color Cylindrical-coordinate representation of color #973AA3: hue angle of 293.14º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #973AA3 is Cyan = 0.07, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB15158163-
CMYK0.070.6400.36
HSL293.14º47.51%43.33%-
HSV(B)293.14º64.42%63.92%-
XYZ20.8912.2535.91-
YUV97.78164.81165.96-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 40.59%
GREEN value IS 58 (23.05% from 255) = 15.59%
BLUE value IS 163 (64.06% from 255) = 43.82%
R=40.59%
G=15.59%
B=43.82%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal151581630.070.6400.36293.1447.5143.33
Hex973AA3740024125302b
Octal2277224371000444456053
Binary100101111110101010001111110000000100100100100101110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #973AA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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