#997195

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

Shades of Violet Blue #997195

Tints of Violet Blue #997195

Color information

#997195 (or 0x997195) is unknown color: approx Violet Blue. HEX triplet: 99, 71 and 95. RGB value is (153,113,149). Sum of RGB (Red+Green+Blue) = 153+113+149=415 (54% of max value = 765). Red value is 153 (60.16% from 255 or 36.87% from 415); Green value is 113 (44.53% from 255 or 27.23% from 415); Blue value is 149 (58.59% from 255 or 35.90% from 415); Max value from RGB is 153 - color contains mainly: red. Hex color #997195 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997195 is #668E6A. Grayscale: #808080. Windows color (decimal): -6721131 or 9793945. OLE color: 9793945.

HSL color Cylindrical-coordinate representation of color #997195: hue angle of 306º 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 #997195 is Cyan = 0, Magento = 0.26, Yellow = 0.03 and Black (K on CMYK) = 0.4.

Color convert

RGB153113149-
CMYK00.260.030.4
HSL306º16.39%52.16%-
HSV(B)306º26.14%60%-
XYZ24.4720.7531.15-
YUV129.06139.25145.07-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.87%
GREEN value IS 113 (44.53% from 255) = 27.23%
BLUE value IS 149 (58.59% from 255) = 35.90%
R=36.87%
G=27.23%
B=35.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.03
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15311314900.260.030.430616.3952.16
Hex99719501A3281321034
Octal2311612250323504622064
Binary100110011110001100101010110101110100010011001010000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997195; }

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

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

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

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

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

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

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

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