#9D578E

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

Shades of Violet Blue #9D578E

Tints of Violet Blue #9D578E

Color information

#9D578E (or 0x9D578E) is unknown color: approx Violet Blue. HEX triplet: 9D, 57 and 8E. RGB value is (157,87,142). Sum of RGB (Red+Green+Blue) = 157+87+142=386 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.67% from 386); Green value is 87 (34.38% from 255 or 22.54% from 386); Blue value is 142 (55.86% from 255 or 36.79% from 386); Max value from RGB is 157 - color contains mainly: red. Hex color #9D578E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D578E is #62A871. Grayscale: #727272. Windows color (decimal): -6465650 or 9328541. OLE color: 9328541.

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

Color convert

RGB15787142-
CMYK00.450.100.38
HSL312.86º28.69%47.84%-
HSV(B)312.86º44.59%61.57%-
XYZ22.215.9427.5-
YUV114.2143.69158.53-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 40.67%
GREEN value IS 87 (34.38% from 255) = 22.54%
BLUE value IS 142 (55.86% from 255) = 36.79%
R=40.67%
G=22.54%
B=36.79%

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
Decimal1578714200.450.100.38312.8628.6947.84
Hex9D578E02DA261391d30
Octal23512721605512464713560
Binary100111011010111100011100101101101010011010011100111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D578E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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