#973DA3

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

Shades of Vivid Violet #973DA3

Tints of Vivid Violet #973DA3

Color information

#973DA3 (or 0x973DA3) is unknown color: approx Vivid Violet. HEX triplet: 97, 3D and A3. RGB value is (151,61,163). Sum of RGB (Red+Green+Blue) = 151+61+163=375 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.27% from 375); Green value is 61 (24.22% from 255 or 16.27% from 375); Blue value is 163 (64.06% from 255 or 43.47% from 375); Max value from RGB is 163 - color contains mainly: blue. Hex color #973DA3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #973DA3 is #68C25C. Grayscale: #636363. Windows color (decimal): -6865501 or 10698135. OLE color: 10698135.

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

Color convert

RGB15161163-
CMYK0.070.6300.36
HSL292.94º45.54%43.92%-
HSV(B)292.94º62.58%63.92%-
XYZ21.0412.5635.97-
YUV99.54163.82164.71-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 40.27%
GREEN value IS 61 (24.22% from 255) = 16.27%
BLUE value IS 163 (64.06% from 255) = 43.47%
R=40.27%
G=16.27%
B=43.47%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal151611630.070.6300.36292.9445.5443.92
Hex973DA373F0241252e2c
Octal227752437770444455654
Binary10010111111101101000111111111110100100100100101101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #973DA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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