#9D579B

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

Shades of Violet Blue #9D579B

Tints of Violet Blue #9D579B

Color information

#9D579B (or 0x9D579B) is unknown color: approx Violet Blue. HEX triplet: 9D, 57 and 9B. RGB value is (157,87,155). Sum of RGB (Red+Green+Blue) = 157+87+155=399 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.35% from 399); Green value is 87 (34.38% from 255 or 21.80% from 399); Blue value is 155 (60.94% from 255 or 38.85% from 399); Max value from RGB is 157 - color contains mainly: red. Hex color #9D579B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D579B is #62A864. Grayscale: #737373. Windows color (decimal): -6465637 or 10180509. OLE color: 10180509.

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

Color convert

RGB15787155-
CMYK00.450.010.38
HSL301.71º28.69%47.84%-
HSV(B)301.71º44.59%61.57%-
XYZ23.2316.3532.94-
YUV115.68150.19157.47-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 39.35%
GREEN value IS 87 (34.38% from 255) = 21.80%
BLUE value IS 155 (60.94% from 255) = 38.85%
R=39.35%
G=21.80%
B=38.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.01
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1578715500.450.010.38301.7128.6947.84
Hex9D579B02D12612e1d30
Octal2351272330551464563560
Binary100111011010111100110110101101110011010010111011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D579B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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