#9D5DA1

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

Shades of Violet Blue #9D5DA1

Tints of Violet Blue #9D5DA1

Color information

#9D5DA1 (or 0x9D5DA1) is unknown color: approx Violet Blue. HEX triplet: 9D, 5D and A1. RGB value is (157,93,161). Sum of RGB (Red+Green+Blue) = 157+93+161=411 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.20% from 411); Green value is 93 (36.72% from 255 or 22.63% from 411); Blue value is 161 (63.28% from 255 or 39.17% from 411); Max value from RGB is 161 - color contains mainly: blue. Hex color #9D5DA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D5DA1 is #62A25E. Grayscale: #777777. Windows color (decimal): -6464095 or 10575261. OLE color: 10575261.

HSL color Cylindrical-coordinate representation of color #9D5DA1: hue angle of 296.47º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9D5DA1 is Cyan = 0.02, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB15793161-
CMYK0.020.4200.37
HSL296.47º26.77%49.8%-
HSV(B)296.47º42.24%63.14%-
XYZ24.2517.5735.83-
YUV119.89151.2154.47-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 38.20%
GREEN value IS 93 (36.72% from 255) = 22.63%
BLUE value IS 161 (63.28% from 255) = 39.17%
R=38.20%
G=22.63%
B=39.17%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal157931610.020.4200.37296.4726.7749.8
Hex9D5DA122A0251281b32
Octal2351352412520454503362
Binary1001110110111011010000110101010010010110010100011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5DA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,93,161); }

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

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

 a { background-color: rgb(157,93,161); }

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

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

 span { border-color: rgb(157,93,161); }

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