#973AA4

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

Shades of Vivid Violet #973AA4

Tints of Vivid Violet #973AA4

Color information

#973AA4 (or 0x973AA4) is unknown color: approx Vivid Violet. HEX triplet: 97, 3A and A4. RGB value is (151,58,164). Sum of RGB (Red+Green+Blue) = 151+58+164=373 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.48% from 373); Green value is 58 (23.05% from 255 or 15.55% from 373); Blue value is 164 (64.45% from 255 or 43.97% from 373); Max value from RGB is 164 - color contains mainly: blue. Hex color #973AA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #973AA4 is #68C55B. Grayscale: #616161. Windows color (decimal): -6866268 or 10762903. OLE color: 10762903.

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

Color convert

RGB15158164-
CMYK0.080.6500.36
HSL292.64º47.75%43.53%-
HSV(B)292.64º64.63%64.31%-
XYZ20.9812.2936.39-
YUV97.89165.31165.88-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 40.48%
GREEN value IS 58 (23.05% from 255) = 15.55%
BLUE value IS 164 (64.45% from 255) = 43.97%
R=40.48%
G=15.55%
B=43.97%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal151581640.080.6500.36292.6447.7543.53
Hex973AA4841024125302c
Octal22772244101010444456054
Binary1001011111101010100100100010000010100100100100101110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #973AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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