#997295

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

Shades of Violet Blue #997295

Tints of Violet Blue #997295

Color information

#997295 (or 0x997295) is unknown color: approx Violet Blue. HEX triplet: 99, 72 and 95. RGB value is (153,114,149). Sum of RGB (Red+Green+Blue) = 153+114+149=416 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.78% from 416); Green value is 114 (44.92% from 255 or 27.40% from 416); Blue value is 149 (58.59% from 255 or 35.82% from 416); Max value from RGB is 153 - color contains mainly: red. Hex color #997295 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997295 is #668D6A. Grayscale: #818181. Windows color (decimal): -6720875 or 9794201. OLE color: 9794201.

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

Color convert

RGB153114149-
CMYK00.250.030.4
HSL306.15º16.05%52.35%-
HSV(B)306.15º25.49%60%-
XYZ24.5820.9831.19-
YUV129.65138.92144.65-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.78%
GREEN value IS 114 (44.92% from 255) = 27.40%
BLUE value IS 149 (58.59% from 255) = 35.82%
R=36.78%
G=27.40%
B=35.82%

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
Decimal15311414900.250.030.4306.1516.0552.35
Hex9972950193281321034
Octal2311622250313504622064
Binary100110011110010100101010110011110100010011001010000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997295; }

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

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

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

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

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

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

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

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