#8D519D

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

Shades of Violet Blue #8D519D

Tints of Violet Blue #8D519D

Color information

#8D519D (or 0x8D519D) is unknown color: approx Violet Blue. HEX triplet: 8D, 51 and 9D. RGB value is (141,81,157). Sum of RGB (Red+Green+Blue) = 141+81+157=379 (50% of max value = 765). Red value is 141 (55.47% from 255 or 37.20% from 379); Green value is 81 (32.03% from 255 or 21.37% from 379); Blue value is 157 (61.72% from 255 or 41.42% from 379); Max value from RGB is 157 - color contains mainly: blue. Hex color #8D519D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D519D is #72AE62. Grayscale: #6B6B6B. Windows color (decimal): -7515747 or 10310029. OLE color: 10310029.

HSL color Cylindrical-coordinate representation of color #8D519D: hue angle of 287.37º degrees, saturation: 0.32, 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 #8D519D is Cyan = 0.10, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB14181157-
CMYK0.100.4800.38
HSL287.37º31.93%46.67%-
HSV(B)287.37º48.41%61.57%-
XYZ20.0113.9833.54-
YUV107.6155.88151.82-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 37.20%
GREEN value IS 81 (32.03% from 255) = 21.37%
BLUE value IS 157 (61.72% from 255) = 41.42%
R=37.20%
G=21.37%
B=41.42%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal141811570.100.4800.38287.3731.9346.67
Hex8D519DA3002611f202f
Octal21512123512600464374057
Binary1000110110100011001110110101100000100110100011111100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D519D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,81,157); }

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

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

 a { background-color: rgb(141,81,157); }

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

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

 span { border-color: rgb(141,81,157); }

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