#9A5F97

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

Shades of Violet Blue #9A5F97

Tints of Violet Blue #9A5F97

Color information

#9A5F97 (or 0x9A5F97) is unknown color: approx Violet Blue. HEX triplet: 9A, 5F and 97. RGB value is (154,95,151). Sum of RGB (Red+Green+Blue) = 154+95+151=400 (52% of max value = 765). Red value is 154 (60.55% from 255 or 38.5% from 400); Green value is 95 (37.5% from 255 or 23.75% from 400); Blue value is 151 (59.38% from 255 or 37.75% from 400); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5F97 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A5F97 is #65A068. Grayscale: #767676. Windows color (decimal): -6660201 or 9920410. OLE color: 9920410.

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

Color convert

RGB15495151-
CMYK00.380.020.40
HSL303.05º23.69%48.82%-
HSV(B)303.05º38.31%60.39%-
XYZ2317.2931.4-
YUV119.02146.05152.95-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 38.5%
GREEN value IS 95 (37.5% from 255) = 23.75%
BLUE value IS 151 (59.38% from 255) = 37.75%
R=38.5%
G=23.75%
B=37.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.02
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1549515100.380.020.40303.0523.6948.82
Hex9A5F9702622812f1831
Octal2321372270462504573061
Binary1001101010111111001011101001101010100010010111111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A5F97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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