#972896

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

Shades of Vivid Violet #972896

Tints of Vivid Violet #972896

Color information

#972896 (or 0x972896) is unknown color: approx Vivid Violet. HEX triplet: 97, 28 and 96. RGB value is (151,40,150). Sum of RGB (Red+Green+Blue) = 151+40+150=341 (45% of max value = 765). Red value is 151 (59.38% from 255 or 44.28% from 341); Green value is 40 (16.02% from 255 or 11.73% from 341); Blue value is 150 (58.98% from 255 or 43.99% from 341); Max value from RGB is 151 - color contains mainly: red. Hex color #972896 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #972896 is #68D769. Grayscale: #555555. Windows color (decimal): -6870890 or 9840791. OLE color: 9840791.

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

Color convert

RGB15140150-
CMYK00.740.010.41
HSL300.54º58.12%37.45%-
HSV(B)300.54º73.51%59.22%-
XYZ19.0310.329.84-
YUV85.73164.27174.56-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 44.28%
GREEN value IS 40 (16.02% from 255) = 11.73%
BLUE value IS 150 (58.98% from 255) = 43.99%
R=44.28%
G=11.73%
B=43.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.01
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1514015000.740.010.41300.5458.1237.45
Hex97289604A12912d3a25
Octal2275022601121514557245
Binary1001011110100010010110010010101101001100101101111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #972896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #972896; }

 p { color: rgb(151,40,150); }

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

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

 a { background-color: rgb(151,40,150); }

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

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

 span { border-color: rgb(151,40,150); }

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