#972ea1

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

Shades of Vivid Violet #972EA1

Tints of Vivid Violet #972EA1

Color information

#972EA1 (or 0x972EA1) is unknown color: approx Vivid Violet. HEX triplet: 97, 2E and A1. RGB value is (151,46,161). Sum of RGB (Red+Green+Blue) = 151+46+161=358 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.18% from 358); Green value is 46 (18.36% from 255 or 12.85% from 358); Blue value is 161 (63.28% from 255 or 44.97% from 358); Max value from RGB is 161 - color contains mainly: blue. Hex color #972EA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #972EA1 is #68D15E. Grayscale: #5A5A5A. Windows color (decimal): -6869343 or 10563223. OLE color: 10563223.

HSL color Cylindrical-coordinate representation of color #972EA1: hue angle of 294.78º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #972EA1 is Cyan = 0.06, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB15146161-
CMYK0.060.7100.37
HSL294.78º55.56%40.59%-
HSV(B)294.78º71.43%63.14%-
XYZ20.1711.1134.8-
YUV90.5167.79171.15-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 42.18%
GREEN value IS 46 (18.36% from 255) = 12.85%
BLUE value IS 161 (63.28% from 255) = 44.97%
R=42.18%
G=12.85%
B=44.97%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal151461610.060.7100.37294.7855.5640.59
Hex972EA16470251273829
Octal2275624161070454477051
Binary100101111011101010000111010001110100101100100111111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #972ea1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,46,161); }

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

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

 a { background-color: rgb(151,46,161); }

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

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

 span { border-color: rgb(151,46,161); }

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