#8D579B

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

Shades of Violet Blue #8D579B

Tints of Violet Blue #8D579B

Color information

#8D579B (or 0x8D579B) is unknown color: approx Violet Blue. HEX triplet: 8D, 57 and 9B. RGB value is (141,87,155). Sum of RGB (Red+Green+Blue) = 141+87+155=383 (50% of max value = 765). Red value is 141 (55.47% from 255 or 36.81% from 383); Green value is 87 (34.38% from 255 or 22.72% from 383); Blue value is 155 (60.94% from 255 or 40.47% from 383); Max value from RGB is 155 - color contains mainly: blue. Hex color #8D579B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D579B is #72A864. Grayscale: #6E6E6E. Windows color (decimal): -7514213 or 10180493. OLE color: 10180493.

HSL color Cylindrical-coordinate representation of color #8D579B: hue angle of 287.65º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8D579B is Cyan = 0.09, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB14187155-
CMYK0.090.4400.39
HSL287.65º28.1%47.45%-
HSV(B)287.65º43.87%60.78%-
XYZ20.3114.8532.81-
YUV110.9152.89149.47-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 36.81%
GREEN value IS 87 (34.38% from 255) = 22.72%
BLUE value IS 155 (60.94% from 255) = 40.47%
R=36.81%
G=22.72%
B=40.47%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal141871550.090.4400.39287.6528.147.45
Hex8D579B92C0271201c2f
Octal21512723311540474403457
Binary100011011010111100110111001101100010011110010000011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D579B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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