#9D5E97

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

Shades of Violet Blue #9D5E97

Tints of Violet Blue #9D5E97

Color information

#9D5E97 (or 0x9D5E97) is unknown color: approx Violet Blue. HEX triplet: 9D, 5E and 97. RGB value is (157,94,151). Sum of RGB (Red+Green+Blue) = 157+94+151=402 (53% of max value = 765). Red value is 157 (61.72% from 255 or 39.05% from 402); Green value is 94 (37.11% from 255 or 23.38% from 402); Blue value is 151 (59.38% from 255 or 37.56% from 402); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5E97 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D5E97 is #62A168. Grayscale: #777777. Windows color (decimal): -6463849 or 9920157. OLE color: 9920157.

HSL color Cylindrical-coordinate representation of color #9D5E97: hue angle of 305.71º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9D5E97 is Cyan = 0, Magento = 0.40, Yellow = 0.04 and Black (K on CMYK) = 0.38.

Color convert

RGB15794151-
CMYK00.400.040.38
HSL305.71º25.1%49.22%-
HSV(B)305.71º40.13%61.57%-
XYZ23.4917.4131.4-
YUV119.34145.87154.87-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 39.05%
GREEN value IS 94 (37.11% from 255) = 23.38%
BLUE value IS 151 (59.38% from 255) = 37.56%
R=39.05%
G=23.38%
B=37.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.04
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1579415100.400.040.38305.7125.149.22
Hex9D5E970284261321931
Octal2351362270504464623161
Binary10011101101111010010111010100010010011010011001011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5E97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,94,151); }

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

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

 a { background-color: rgb(157,94,151); }

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

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

 span { border-color: rgb(157,94,151); }

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