#97289D

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

Shades of Vivid Violet #97289D

Tints of Vivid Violet #97289D

Color information

#97289D (or 0x97289D) is unknown color: approx Vivid Violet. HEX triplet: 97, 28 and 9D. RGB value is (151,40,157). Sum of RGB (Red+Green+Blue) = 151+40+157=348 (46% of max value = 765). Red value is 151 (59.38% from 255 or 43.39% from 348); Green value is 40 (16.02% from 255 or 11.49% from 348); Blue value is 157 (61.72% from 255 or 45.11% from 348); Max value from RGB is 157 - color contains mainly: blue. Hex color #97289D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #97289D is #68D762. Grayscale: #565656. Windows color (decimal): -6870883 or 10299543. OLE color: 10299543.

HSL color Cylindrical-coordinate representation of color #97289D: hue angle of 296.92º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #97289D is Cyan = 0.04, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB15140157-
CMYK0.040.7500.38
HSL296.92º59.39%38.63%-
HSV(B)296.92º74.52%61.57%-
XYZ19.6110.5332.9-
YUV86.53167.77173.99-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 43.39%
GREEN value IS 40 (16.02% from 255) = 11.49%
BLUE value IS 157 (61.72% from 255) = 45.11%
R=43.39%
G=11.49%
B=45.11%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal151401570.040.7500.38296.9259.3938.63
Hex97289D44B0261293b27
Octal2275023541130464517347
Binary100101111010001001110110010010110100110100101001111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97289D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97289D; }

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

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

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

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

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

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

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

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