#8D539F

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

Shades of Violet Blue #8D539F

Tints of Violet Blue #8D539F

Color information

#8D539F (or 0x8D539F) is unknown color: approx Violet Blue. HEX triplet: 8D, 53 and 9F. RGB value is (141,83,159). Sum of RGB (Red+Green+Blue) = 141+83+159=383 (50% of max value = 765). Red value is 141 (55.47% from 255 or 36.81% from 383); Green value is 83 (32.81% from 255 or 21.67% from 383); Blue value is 159 (62.5% from 255 or 41.51% from 383); Max value from RGB is 159 - color contains mainly: blue. Hex color #8D539F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D539F is #72AC60. Grayscale: #6C6C6C. Windows color (decimal): -7515233 or 10441613. OLE color: 10441613.

HSL color Cylindrical-coordinate representation of color #8D539F: hue angle of 285.79º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8D539F is Cyan = 0.11, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB14183159-
CMYK0.110.4800.38
HSL285.79º31.4%47.45%-
HSV(B)285.79º47.8%62.35%-
XYZ20.3414.3534.5-
YUV109.01156.22150.82-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 36.81%
GREEN value IS 83 (32.81% from 255) = 21.67%
BLUE value IS 159 (62.5% from 255) = 41.51%
R=36.81%
G=21.67%
B=41.51%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal141831590.110.4800.38285.7931.447.45
Hex8D539FB3002611e1f2f
Octal21512323713600464363757
Binary100011011010011100111111011110000010011010001111011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D539F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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