#97299E

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

Shades of Vivid Violet #97299E

Tints of Vivid Violet #97299E

Color information

#97299E (or 0x97299E) is unknown color: approx Vivid Violet. HEX triplet: 97, 29 and 9E. RGB value is (151,41,158). Sum of RGB (Red+Green+Blue) = 151+41+158=350 (46% of max value = 765). Red value is 151 (59.38% from 255 or 43.14% from 350); Green value is 41 (16.41% from 255 or 11.71% from 350); Blue value is 158 (62.11% from 255 or 45.14% from 350); Max value from RGB is 158 - color contains mainly: blue. Hex color #97299E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #97299E is #68D661. Grayscale: #565656. Windows color (decimal): -6870626 or 10365335. OLE color: 10365335.

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

Color convert

RGB15141158-
CMYK0.040.7400.38
HSL296.41º58.79%39.02%-
HSV(B)296.41º74.05%61.96%-
XYZ19.7310.6333.36-
YUV87.23167.94173.49-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 43.14%
GREEN value IS 41 (16.41% from 255) = 11.71%
BLUE value IS 158 (62.11% from 255) = 45.14%
R=43.14%
G=11.71%
B=45.14%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal151411580.040.7400.38296.4158.7939.02
Hex97299E44A0261283b27
Octal2275123641120464507347
Binary100101111010011001111010010010100100110100101000111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97299E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97299E; }

 p { color: rgb(151,41,158); }

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

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

 a { background-color: rgb(151,41,158); }

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

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

 span { border-color: rgb(151,41,158); }

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