#8D579F

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

Shades of Violet Blue #8D579F

Tints of Violet Blue #8D579F

Color information

#8D579F (or 0x8D579F) is unknown color: approx Violet Blue. HEX triplet: 8D, 57 and 9F. RGB value is (141,87,159). Sum of RGB (Red+Green+Blue) = 141+87+159=387 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.43% from 387); Green value is 87 (34.38% from 255 or 22.48% from 387); Blue value is 159 (62.5% from 255 or 41.09% from 387); Max value from RGB is 159 - color contains mainly: blue. Hex color #8D579F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D579F is #72A860. Grayscale: #6F6F6F. Windows color (decimal): -7514209 or 10442637. OLE color: 10442637.

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

Color convert

RGB14187159-
CMYK0.110.4500.38
HSL285º29.27%48.24%-
HSV(B)285º45.28%62.35%-
XYZ20.6514.9834.6-
YUV111.35154.89149.15-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 36.43%
GREEN value IS 87 (34.38% from 255) = 22.48%
BLUE value IS 159 (62.5% from 255) = 41.09%
R=36.43%
G=22.48%
B=41.09%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal141871590.110.4500.3828529.2748.24
Hex8D579FB2D02611d1d30
Octal21512723713550464353560
Binary100011011010111100111111011101101010011010001110111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D579F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D579F; }

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

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

<style>
 a { background-color: #8D579F; }

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

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

<style>
 span { border-color: #8D579F; }

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

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