#997296

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

Shades of Violet Blue #997296

Tints of Violet Blue #997296

Color information

#997296 (or 0x997296) is unknown color: approx Violet Blue. HEX triplet: 99, 72 and 96. RGB value is (153,114,150). Sum of RGB (Red+Green+Blue) = 153+114+150=417 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.69% from 417); Green value is 114 (44.92% from 255 or 27.34% from 417); Blue value is 150 (58.98% from 255 or 35.97% from 417); Max value from RGB is 153 - color contains mainly: red. Hex color #997296 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997296 is #668D69. Grayscale: #818181. Windows color (decimal): -6720874 or 9859737. OLE color: 9859737.

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

Color convert

RGB153114150-
CMYK00.250.020.4
HSL304.62º16.05%52.35%-
HSV(B)304.62º25.49%60%-
XYZ24.6621.0131.61-
YUV129.76139.42144.57-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.69%
GREEN value IS 114 (44.92% from 255) = 27.34%
BLUE value IS 150 (58.98% from 255) = 35.97%
R=36.69%
G=27.34%
B=35.97%

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
Decimal15311415000.250.020.4304.6216.0552.35
Hex9972960192281311034
Octal2311622260312504612064
Binary100110011110010100101100110011010100010011000110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997296; }

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

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

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

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

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

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

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

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