#972696

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

Shades of Vivid Violet #972696

Tints of Vivid Violet #972696

Color information

#972696 (or 0x972696) is unknown color: approx Vivid Violet. HEX triplet: 97, 26 and 96. RGB value is (151,38,150). Sum of RGB (Red+Green+Blue) = 151+38+150=339 (44% of max value = 765). Red value is 151 (59.38% from 255 or 44.54% from 339); Green value is 38 (15.23% from 255 or 11.21% from 339); Blue value is 150 (58.98% from 255 or 44.25% from 339); Max value from RGB is 151 - color contains mainly: red. Hex color #972696 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #972696 is #68D969. Grayscale: #545454. Windows color (decimal): -6871402 or 9840279. OLE color: 9840279.

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

Color convert

RGB15138150-
CMYK00.750.010.41
HSL300.53º59.79%37.06%-
HSV(B)300.53º74.83%59.22%-
XYZ18.9610.1729.82-
YUV84.56164.94175.39-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 44.54%
GREEN value IS 38 (15.23% from 255) = 11.21%
BLUE value IS 150 (58.98% from 255) = 44.25%
R=44.54%
G=11.21%
B=44.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.01
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1513815000.750.010.41300.5359.7937.06
Hex97269604B12912d3c25
Octal2274622601131514557445
Binary1001011110011010010110010010111101001100101101111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #972696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #972696; }

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

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

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

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

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

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

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

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