#8D579A

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

Shades of Violet Blue #8D579A

Tints of Violet Blue #8D579A

Color information

#8D579A (or 0x8D579A) is unknown color: approx Violet Blue. HEX triplet: 8D, 57 and 9A. RGB value is (141,87,154). Sum of RGB (Red+Green+Blue) = 141+87+154=382 (50% of max value = 765). Red value is 141 (55.47% from 255 or 36.91% from 382); Green value is 87 (34.38% from 255 or 22.77% from 382); Blue value is 154 (60.55% from 255 or 40.31% from 382); Max value from RGB is 154 - color contains mainly: blue. Hex color #8D579A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D579A is #72A865. Grayscale: #6E6E6E. Windows color (decimal): -7514214 or 10114957. OLE color: 10114957.

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

Color convert

RGB14187154-
CMYK0.080.4400.40
HSL288.36º27.8%47.25%-
HSV(B)288.36º43.51%60.39%-
XYZ20.2314.8132.36-
YUV110.78152.39149.55-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 36.91%
GREEN value IS 87 (34.38% from 255) = 22.77%
BLUE value IS 154 (60.55% from 255) = 40.31%
R=36.91%
G=22.77%
B=40.31%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal141871540.080.4400.40288.3627.847.25
Hex8D579A82C0281201c2f
Octal21512723210540504403457
Binary100011011010111100110101000101100010100010010000011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D579A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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