#9D5FA9

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

Shades of Violet Blue #9D5FA9

Tints of Violet Blue #9D5FA9

Color information

#9D5FA9 (or 0x9D5FA9) is unknown color: approx Violet Blue. HEX triplet: 9D, 5F and A9. RGB value is (157,95,169). Sum of RGB (Red+Green+Blue) = 157+95+169=421 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.29% from 421); Green value is 95 (37.5% from 255 or 22.57% from 421); Blue value is 169 (66.41% from 255 or 40.14% from 421); Max value from RGB is 169 - color contains mainly: blue. Hex color #9D5FA9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D5FA9 is #62A056. Grayscale: #797979. Windows color (decimal): -6463575 or 11100061. OLE color: 11100061.

HSL color Cylindrical-coordinate representation of color #9D5FA9: hue angle of 290.27º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9D5FA9 is Cyan = 0.07, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB15795169-
CMYK0.070.4400.34
HSL290.27º30.08%51.76%-
HSV(B)290.27º43.79%66.27%-
XYZ25.1618.2239.73-
YUV121.97154.54152.98-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 37.29%
GREEN value IS 95 (37.5% from 255) = 22.57%
BLUE value IS 169 (66.41% from 255) = 40.14%
R=37.29%
G=22.57%
B=40.14%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal157951690.070.4400.34290.2730.0851.76
Hex9D5FA972C0221221e34
Octal2351372517540424423664
Binary10011101101111110101001111101100010001010010001011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5FA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,95,169); }

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

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

 a { background-color: rgb(157,95,169); }

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

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

 span { border-color: rgb(157,95,169); }

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