#997396

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

Shades of Violet Blue #997396

Tints of Violet Blue #997396

Color information

#997396 (or 0x997396) is unknown color: approx Violet Blue. HEX triplet: 99, 73 and 96. RGB value is (153,115,150). Sum of RGB (Red+Green+Blue) = 153+115+150=418 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.60% from 418); Green value is 115 (45.31% from 255 or 27.51% from 418); Blue value is 150 (58.98% from 255 or 35.89% from 418); Max value from RGB is 153 - color contains mainly: red. Hex color #997396 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997396 is #668C69. Grayscale: #828282. Windows color (decimal): -6720618 or 9859993. OLE color: 9859993.

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

Color convert

RGB153115150-
CMYK00.250.020.4
HSL304.74º15.7%52.55%-
HSV(B)304.74º24.84%60%-
XYZ24.7721.2431.65-
YUV130.35139.09144.15-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.60%
GREEN value IS 115 (45.31% from 255) = 27.51%
BLUE value IS 150 (58.98% from 255) = 35.89%
R=36.60%
G=27.51%
B=35.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.02
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15311515000.250.020.4304.7415.752.55
Hex9973960192281311035
Octal2311632260312504612065
Binary100110011110011100101100110011010100010011000110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997396; }

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

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

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

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

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

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

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

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