#972A9F

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

Shades of Vivid Violet #972A9F

Tints of Vivid Violet #972A9F

Color information

#972A9F (or 0x972A9F) is unknown color: approx Vivid Violet. HEX triplet: 97, 2A and 9F. RGB value is (151,42,159). Sum of RGB (Red+Green+Blue) = 151+42+159=352 (46% of max value = 765). Red value is 151 (59.38% from 255 or 42.90% from 352); Green value is 42 (16.80% from 255 or 11.93% from 352); Blue value is 159 (62.5% from 255 or 45.17% from 352); Max value from RGB is 159 - color contains mainly: blue. Hex color #972A9F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #972A9F is #68D560. Grayscale: #575757. Windows color (decimal): -6870369 or 10431127. OLE color: 10431127.

HSL color Cylindrical-coordinate representation of color #972A9F: hue angle of 295.9º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #972A9F is Cyan = 0.05, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB15142159-
CMYK0.050.7400.38
HSL295.9º58.21%39.41%-
HSV(B)295.9º73.58%62.35%-
XYZ19.8510.7433.83-
YUV87.93168.11172.99-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 42.90%
GREEN value IS 42 (16.80% from 255) = 11.93%
BLUE value IS 159 (62.5% from 255) = 45.17%
R=42.90%
G=11.93%
B=45.17%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal151421590.050.7400.38295.958.2139.41
Hex972A9F54A0261283a27
Octal2275223751120464507247
Binary100101111010101001111110110010100100110100101000111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #972A9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #972A9F; }

 p { color: rgb(151,42,159); }

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

<style>
 a { background-color: #972A9F; }

 a { background-color: rgb(151,42,159); }

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

<style>
 span { border-color: #972A9F; }

 span { border-color: rgb(151,42,159); }

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