#9A7197

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

Shades of Violet Blue #9A7197

Tints of Violet Blue #9A7197

Color information

#9A7197 (or 0x9A7197) is unknown color: approx Violet Blue. HEX triplet: 9A, 71 and 97. RGB value is (154,113,151). Sum of RGB (Red+Green+Blue) = 154+113+151=418 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.84% from 418); Green value is 113 (44.53% from 255 or 27.03% from 418); Blue value is 151 (59.38% from 255 or 36.12% from 418); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7197 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A7197 is #658E68. Grayscale: #818181. Windows color (decimal): -6655593 or 9925018. OLE color: 9925018.

HSL color Cylindrical-coordinate representation of color #9A7197: hue angle of 304.39º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9A7197 is Cyan = 0, Magento = 0.27, Yellow = 0.02 and Black (K on CMYK) = 0.40.

Color convert

RGB154113151-
CMYK00.270.020.40
HSL304.39º16.87%52.35%-
HSV(B)304.39º26.62%60.39%-
XYZ24.8220.9132.01-
YUV129.59140.08145.41-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 36.84%
GREEN value IS 113 (44.53% from 255) = 27.03%
BLUE value IS 151 (59.38% from 255) = 36.12%
R=36.84%
G=27.03%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.02
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15411315100.270.020.40304.3916.8752.35
Hex9A719701B2281301134
Octal2321612270332504602164
Binary100110101110001100101110110111010100010011000010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A7197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A7197; }

 p { color: rgb(154,113,151); }

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

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

 a { background-color: rgb(154,113,151); }

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

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

 span { border-color: rgb(154,113,151); }

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