#9A5897

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

Shades of Violet Blue #9A5897

Tints of Violet Blue #9A5897

Color information

#9A5897 (or 0x9A5897) is unknown color: approx Violet Blue. HEX triplet: 9A, 58 and 97. RGB value is (154,88,151). Sum of RGB (Red+Green+Blue) = 154+88+151=393 (52% of max value = 765). Red value is 154 (60.55% from 255 or 39.19% from 393); Green value is 88 (34.77% from 255 or 22.39% from 393); Blue value is 151 (59.38% from 255 or 38.42% from 393); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5897 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A5897 is #65A768. Grayscale: #727272. Windows color (decimal): -6661993 or 9918618. OLE color: 9918618.

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

Color convert

RGB15488151-
CMYK00.430.020.40
HSL302.73º27.27%47.45%-
HSV(B)302.73º42.86%60.39%-
XYZ22.416.0831.2-
YUV114.92148.37155.88-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 39.19%
GREEN value IS 88 (34.77% from 255) = 22.39%
BLUE value IS 151 (59.38% from 255) = 38.42%
R=39.19%
G=22.39%
B=38.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.02
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1548815100.430.020.40302.7327.2747.45
Hex9A589702B22812f1b2f
Octal2321302270532504573357
Binary1001101010110001001011101010111010100010010111111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A5897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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