#997197

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

Shades of Violet Blue #997197

Tints of Violet Blue #997197

Color information

#997197 (or 0x997197) is unknown color: approx Violet Blue. HEX triplet: 99, 71 and 97. RGB value is (153,113,151). Sum of RGB (Red+Green+Blue) = 153+113+151=417 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.69% from 417); Green value is 113 (44.53% from 255 or 27.10% from 417); Blue value is 151 (59.38% from 255 or 36.21% from 417); Max value from RGB is 153 - color contains mainly: red. Hex color #997197 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997197 is #668E68. Grayscale: #818181. Windows color (decimal): -6721129 or 9925017. OLE color: 9925017.

HSL color Cylindrical-coordinate representation of color #997197: hue angle of 303º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #997197 is Cyan = 0, Magento = 0.26, Yellow = 0.01 and Black (K on CMYK) = 0.4.

Color convert

RGB153113151-
CMYK00.260.010.4
HSL303º16.39%52.16%-
HSV(B)303º26.14%60%-
XYZ24.6320.8232-
YUV129.29140.25144.91-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.69%
GREEN value IS 113 (44.53% from 255) = 27.10%
BLUE value IS 151 (59.38% from 255) = 36.21%
R=36.69%
G=27.10%
B=36.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.01
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15311315100.260.010.430316.3952.16
Hex99719701A12812f1034
Octal2311612270321504572064
Binary10011001111000110010111011010110100010010111110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997197; }

 p { color: rgb(153,113,151); }

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

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

 a { background-color: rgb(153,113,151); }

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

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

 span { border-color: rgb(153,113,151); }

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