#97499F

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

Shades of Violet Blue #97499F

Tints of Violet Blue #97499F

Color information

#97499F (or 0x97499F) is unknown color: approx Violet Blue. HEX triplet: 97, 49 and 9F. RGB value is (151,73,159). Sum of RGB (Red+Green+Blue) = 151+73+159=383 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.43% from 383); Green value is 73 (28.91% from 255 or 19.06% from 383); Blue value is 159 (62.5% from 255 or 41.51% from 383); Max value from RGB is 159 - color contains mainly: blue. Hex color #97499F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #97499F is #68B660. Grayscale: #696969. Windows color (decimal): -6862433 or 10439063. OLE color: 10439063.

HSL color Cylindrical-coordinate representation of color #97499F: hue angle of 294.42º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #97499F is Cyan = 0.05, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB15173159-
CMYK0.050.5400.38
HSL294.42º37.07%45.49%-
HSV(B)294.42º54.09%62.35%-
XYZ21.413.8534.35-
YUV106.13157.84160.01-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 39.43%
GREEN value IS 73 (28.91% from 255) = 19.06%
BLUE value IS 159 (62.5% from 255) = 41.51%
R=39.43%
G=19.06%
B=41.51%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal151731590.050.5400.38294.4237.0745.49
Hex97499F536026126252d
Octal2271112375660464464555
Binary100101111001001100111111011101100100110100100110100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97499F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97499F; }

 p { color: rgb(151,73,159); }

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

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

 a { background-color: rgb(151,73,159); }

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

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

 span { border-color: rgb(151,73,159); }

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