#8D5999

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

Shades of Violet Blue #8D5999

Tints of Violet Blue #8D5999

Color information

#8D5999 (or 0x8D5999) is unknown color: approx Violet Blue. HEX triplet: 8D, 59 and 99. RGB value is (141,89,153). Sum of RGB (Red+Green+Blue) = 141+89+153=383 (50% of max value = 765). Red value is 141 (55.47% from 255 or 36.81% from 383); Green value is 89 (35.16% from 255 or 23.24% from 383); Blue value is 153 (60.16% from 255 or 39.95% from 383); Max value from RGB is 153 - color contains mainly: blue. Hex color #8D5999 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D5999 is #72A666. Grayscale: #6F6F6F. Windows color (decimal): -7513703 or 10049933. OLE color: 10049933.

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

Color convert

RGB14189153-
CMYK0.080.4200.4
HSL288.75º26.45%47.45%-
HSV(B)288.75º41.83%60%-
XYZ20.3115.1131.98-
YUV111.84151.23148.8-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 36.81%
GREEN value IS 89 (35.16% from 255) = 23.24%
BLUE value IS 153 (60.16% from 255) = 39.95%
R=36.81%
G=23.24%
B=39.95%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal141891530.080.4200.4288.7526.4547.45
Hex8D599982A0281211a2f
Octal21513123110520504413257
Binary100011011011001100110011000101010010100010010000111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,89,153); }

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

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

 a { background-color: rgb(141,89,153); }

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

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

 span { border-color: rgb(141,89,153); }

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