#997395

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

Shades of Violet Blue #997395

Tints of Violet Blue #997395

Color information

#997395 (or 0x997395) is unknown color: approx Violet Blue. HEX triplet: 99, 73 and 95. RGB value is (153,115,149). Sum of RGB (Red+Green+Blue) = 153+115+149=417 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.69% from 417); Green value is 115 (45.31% from 255 or 27.58% from 417); Blue value is 149 (58.59% from 255 or 35.73% from 417); Max value from RGB is 153 - color contains mainly: red. Hex color #997395 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997395 is #668C6A. Grayscale: #828282. Windows color (decimal): -6720619 or 9794457. OLE color: 9794457.

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

Color convert

RGB153115149-
CMYK00.250.030.4
HSL306.32º15.7%52.55%-
HSV(B)306.32º24.84%60%-
XYZ24.6921.231.23-
YUV130.24138.59144.24-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.69%
GREEN value IS 115 (45.31% from 255) = 27.58%
BLUE value IS 149 (58.59% from 255) = 35.73%
R=36.69%
G=27.58%
B=35.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.03
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15311514900.250.030.4306.3215.752.55
Hex9973950193281321035
Octal2311632250313504622065
Binary100110011110011100101010110011110100010011001010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997395; }

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

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

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

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

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

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

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

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