#97249E

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

Shades of Vivid Violet #97249E

Tints of Vivid Violet #97249E

Color information

#97249E (or 0x97249E) is unknown color: approx Vivid Violet. HEX triplet: 97, 24 and 9E. RGB value is (151,36,158). Sum of RGB (Red+Green+Blue) = 151+36+158=345 (45% of max value = 765). Red value is 151 (59.38% from 255 or 43.77% from 345); Green value is 36 (14.45% from 255 or 10.43% from 345); Blue value is 158 (62.11% from 255 or 45.80% from 345); Max value from RGB is 158 - color contains mainly: blue. Hex color #97249E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #97249E is #68DB61. Grayscale: #535353. Windows color (decimal): -6871906 or 10364055. OLE color: 10364055.

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

Color convert

RGB15136158-
CMYK0.040.7700.38
HSL296.56º62.89%38.04%-
HSV(B)296.56º77.22%61.96%-
XYZ19.5610.3133.31-
YUV84.29169.6175.58-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 43.77%
GREEN value IS 36 (14.45% from 255) = 10.43%
BLUE value IS 158 (62.11% from 255) = 45.80%
R=43.77%
G=10.43%
B=45.80%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal151361580.040.7700.38296.5662.8938.04
Hex97249E44D0261293f26
Octal2274423641150464517746
Binary100101111001001001111010010011010100110100101001111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97249E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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