#972CA5

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

Shades of Vivid Violet #972CA5

Tints of Vivid Violet #972CA5

Color information

#972CA5 (or 0x972CA5) is unknown color: approx Vivid Violet. HEX triplet: 97, 2C and A5. RGB value is (151,44,165). Sum of RGB (Red+Green+Blue) = 151+44+165=360 (47% of max value = 765). Red value is 151 (59.38% from 255 or 41.94% from 360); Green value is 44 (17.58% from 255 or 12.22% from 360); Blue value is 165 (64.84% from 255 or 45.83% from 360); Max value from RGB is 165 - color contains mainly: blue. Hex color #972CA5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #972CA5 is #68D35A. Grayscale: #595959. Windows color (decimal): -6869851 or 10824855. OLE color: 10824855.

HSL color Cylindrical-coordinate representation of color #972CA5: hue angle of 293.06º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #972CA5 is Cyan = 0.08, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB15144165-
CMYK0.080.7300.35
HSL293.06º57.89%40.98%-
HSV(B)293.06º73.33%64.71%-
XYZ20.4511.136.66-
YUV89.79170.45171.66-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 41.94%
GREEN value IS 44 (17.58% from 255) = 12.22%
BLUE value IS 165 (64.84% from 255) = 45.83%
R=41.94%
G=12.22%
B=45.83%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal151441650.080.7300.35293.0657.8940.98
Hex972CA58490231253a29
Octal22754245101110434457251
Binary1001011110110010100101100010010010100011100100101111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #972CA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,44,165); }

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

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

 a { background-color: rgb(151,44,165); }

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

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

 span { border-color: rgb(151,44,165); }

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