#8D5799

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

Shades of Violet Blue #8D5799

Tints of Violet Blue #8D5799

Color information

#8D5799 (or 0x8D5799) is unknown color: approx Violet Blue. HEX triplet: 8D, 57 and 99. RGB value is (141,87,153). Sum of RGB (Red+Green+Blue) = 141+87+153=381 (50% of max value = 765). Red value is 141 (55.47% from 255 or 37.01% from 381); Green value is 87 (34.38% from 255 or 22.83% from 381); Blue value is 153 (60.16% from 255 or 40.16% from 381); Max value from RGB is 153 - color contains mainly: blue. Hex color #8D5799 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D5799 is #72A866. Grayscale: #6E6E6E. Windows color (decimal): -7514215 or 10049421. OLE color: 10049421.

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

Color convert

RGB14187153-
CMYK0.080.4300.4
HSL289.09º27.5%47.06%-
HSV(B)289.09º43.14%60%-
XYZ20.1414.7831.93-
YUV110.67151.89149.63-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 37.01%
GREEN value IS 87 (34.38% from 255) = 22.83%
BLUE value IS 153 (60.16% from 255) = 40.16%
R=37.01%
G=22.83%
B=40.16%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal141871530.080.4300.4289.0927.547.06
Hex8D579982B0281211b2f
Octal21512723110530504413357
Binary100011011010111100110011000101011010100010010000111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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