#9D5897

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

Shades of Violet Blue #9D5897

Tints of Violet Blue #9D5897

Color information

#9D5897 (or 0x9D5897) is unknown color: approx Violet Blue. HEX triplet: 9D, 58 and 97. RGB value is (157,88,151). Sum of RGB (Red+Green+Blue) = 157+88+151=396 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.65% from 396); Green value is 88 (34.77% from 255 or 22.22% from 396); Blue value is 151 (59.38% from 255 or 38.13% from 396); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5897 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D5897 is #62A768. Grayscale: #737373. Windows color (decimal): -6465385 or 9918621. OLE color: 9918621.

HSL color Cylindrical-coordinate representation of color #9D5897: hue angle of 305.22º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9D5897 is Cyan = 0, Magento = 0.44, Yellow = 0.04 and Black (K on CMYK) = 0.38.

Color convert

RGB15788151-
CMYK00.440.040.38
HSL305.22º28.16%48.04%-
HSV(B)305.22º43.95%61.57%-
XYZ22.9816.3831.23-
YUV115.81147.86157.38-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 39.65%
GREEN value IS 88 (34.77% from 255) = 22.22%
BLUE value IS 151 (59.38% from 255) = 38.13%
R=39.65%
G=22.22%
B=38.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.04
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1578815100.440.040.38305.2228.1648.04
Hex9D589702C4261311c30
Octal2351302270544464613460
Binary10011101101100010010111010110010010011010011000111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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