#973f8f

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

Shades of Vivid Violet #973F8F

Tints of Vivid Violet #973F8F

Color information

#973F8F (or 0x973F8F) is unknown color: approx Vivid Violet. HEX triplet: 97, 3F and 8F. RGB value is (151,63,143). Sum of RGB (Red+Green+Blue) = 151+63+143=357 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.30% from 357); Green value is 63 (25% from 255 or 17.65% from 357); Blue value is 143 (56.25% from 255 or 40.06% from 357); Max value from RGB is 151 - color contains mainly: red. Hex color #973F8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #973F8F is #68C070. Grayscale: #626262. Windows color (decimal): -6865009 or 9387927. OLE color: 9387927.

HSL color Cylindrical-coordinate representation of color #973F8F: hue angle of 305.45º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #973F8F is Cyan = 0, Magento = 0.58, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB15163143-
CMYK00.580.050.41
HSL305.45º41.12%41.96%-
HSV(B)305.45º58.28%59.22%-
XYZ19.512.1227.3-
YUV98.43153.15165.5-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 42.30%
GREEN value IS 63 (25% from 255) = 17.65%
BLUE value IS 143 (56.25% from 255) = 40.06%
R=42.30%
G=17.65%
B=40.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.05
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1516314300.580.050.41305.4541.1241.96
Hex973F8F03A529131292a
Octal227772170725514615152
Binary10010111111111100011110111010101101001100110001101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #973f8f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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