#97449F

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

Shades of Violet Blue #97449F

Tints of Violet Blue #97449F

Color information

#97449F (or 0x97449F) is unknown color: approx Violet Blue. HEX triplet: 97, 44 and 9F. RGB value is (151,68,159). Sum of RGB (Red+Green+Blue) = 151+68+159=378 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.95% from 378); Green value is 68 (26.95% from 255 or 17.99% from 378); Blue value is 159 (62.5% from 255 or 42.06% from 378); Max value from RGB is 159 - color contains mainly: blue. Hex color #97449F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #97449F is #68BB60. Grayscale: #666666. Windows color (decimal): -6863713 or 10437783. OLE color: 10437783.

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

Color convert

RGB15168159-
CMYK0.050.5700.38
HSL294.73º40.09%44.51%-
HSV(B)294.73º57.23%62.35%-
XYZ21.0913.2234.24-
YUV103.19159.5162.1-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 39.95%
GREEN value IS 68 (26.95% from 255) = 17.99%
BLUE value IS 159 (62.5% from 255) = 42.06%
R=39.95%
G=17.99%
B=42.06%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal151681590.050.5700.38294.7340.0944.51
Hex97449F539026127282d
Octal2271042375710464475055
Binary100101111000100100111111011110010100110100100111101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97449F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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