#972A9B

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

Shades of Vivid Violet #972A9B

Tints of Vivid Violet #972A9B

Color information

#972A9B (or 0x972A9B) is unknown color: approx Vivid Violet. HEX triplet: 97, 2A and 9B. RGB value is (151,42,155). Sum of RGB (Red+Green+Blue) = 151+42+155=348 (46% of max value = 765). Red value is 151 (59.38% from 255 or 43.39% from 348); Green value is 42 (16.80% from 255 or 12.07% from 348); Blue value is 155 (60.94% from 255 or 44.54% from 348); Max value from RGB is 155 - color contains mainly: blue. Hex color #972A9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #972A9B is #68D564. Grayscale: #575757. Windows color (decimal): -6870373 or 10168983. OLE color: 10168983.

HSL color Cylindrical-coordinate representation of color #972A9B: hue angle of 297.88º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #972A9B is Cyan = 0.03, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB15142155-
CMYK0.030.7300.39
HSL297.88º57.36%38.63%-
HSV(B)297.88º72.9%60.78%-
XYZ19.5110.632.03-
YUV87.47166.11173.31-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 43.39%
GREEN value IS 42 (16.80% from 255) = 12.07%
BLUE value IS 155 (60.94% from 255) = 44.54%
R=43.39%
G=12.07%
B=44.54%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal151421550.030.7300.39297.8857.3638.63
Hex972A9B34902712a3927
Octal2275223331110474527147
Binary10010111101010100110111110010010100111100101010111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #972A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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