#9D578D

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

Shades of Violet Blue #9D578D

Tints of Violet Blue #9D578D

Color information

#9D578D (or 0x9D578D) is unknown color: approx Violet Blue. HEX triplet: 9D, 57 and 8D. RGB value is (157,87,141). Sum of RGB (Red+Green+Blue) = 157+87+141=385 (50% of max value = 765). Red value is 157 (61.72% from 255 or 40.78% from 385); Green value is 87 (34.38% from 255 or 22.60% from 385); Blue value is 141 (55.47% from 255 or 36.62% from 385); Max value from RGB is 157 - color contains mainly: red. Hex color #9D578D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D578D is #62A872. Grayscale: #717171. Windows color (decimal): -6465651 or 9263005. OLE color: 9263005.

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

Color convert

RGB15787141-
CMYK00.450.100.38
HSL313.71º28.69%47.84%-
HSV(B)313.71º44.59%61.57%-
XYZ22.1215.9127.1-
YUV114.09143.19158.61-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 40.78%
GREEN value IS 87 (34.38% from 255) = 22.60%
BLUE value IS 141 (55.47% from 255) = 36.62%
R=40.78%
G=22.60%
B=36.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.10
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1578714100.450.100.38313.7128.6947.84
Hex9D578D02DA2613a1d30
Octal23512721505512464723560
Binary100111011010111100011010101101101010011010011101011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D578D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,87,141); }

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

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

 a { background-color: rgb(157,87,141); }

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

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

 span { border-color: rgb(157,87,141); }

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