#9D5899

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

Shades of Violet Blue #9D5899

Tints of Violet Blue #9D5899

Color information

#9D5899 (or 0x9D5899) is unknown color: approx Violet Blue. HEX triplet: 9D, 58 and 99. RGB value is (157,88,153). Sum of RGB (Red+Green+Blue) = 157+88+153=398 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.45% from 398); Green value is 88 (34.77% from 255 or 22.11% from 398); Blue value is 153 (60.16% from 255 or 38.44% from 398); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5899 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D5899 is #62A766. Grayscale: #737373. Windows color (decimal): -6465383 or 10049693. OLE color: 10049693.

HSL color Cylindrical-coordinate representation of color #9D5899: hue angle of 303.48º 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 #9D5899 is Cyan = 0, Magento = 0.44, Yellow = 0.03 and Black (K on CMYK) = 0.38.

Color convert

RGB15788153-
CMYK00.440.030.38
HSL303.48º28.16%48.04%-
HSV(B)303.48º43.95%61.57%-
XYZ23.1416.4532.09-
YUV116.04148.86157.21-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 39.45%
GREEN value IS 88 (34.77% from 255) = 22.11%
BLUE value IS 153 (60.16% from 255) = 38.44%
R=39.45%
G=22.11%
B=38.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.03
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1578815300.440.030.38303.4828.1648.04
Hex9D589902C32612f1c30
Octal2351302310543464573460
Binary1001110110110001001100101011001110011010010111111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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