#8D5193

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

Shades of Violet Blue #8D5193

Tints of Violet Blue #8D5193

Color information

#8D5193 (or 0x8D5193) is unknown color: approx Violet Blue. HEX triplet: 8D, 51 and 93. RGB value is (141,81,147). Sum of RGB (Red+Green+Blue) = 141+81+147=369 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.21% from 369); Green value is 81 (32.03% from 255 or 21.95% from 369); Blue value is 147 (57.81% from 255 or 39.84% from 369); Max value from RGB is 147 - color contains mainly: blue. Hex color #8D5193 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D5193 is #72AE6C. Grayscale: #6A6A6A. Windows color (decimal): -7515757 or 9654669. OLE color: 9654669.

HSL color Cylindrical-coordinate representation of color #8D5193: hue angle of 294.55º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8D5193 is Cyan = 0.04, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB14181147-
CMYK0.040.4500.42
HSL294.55º28.95%44.71%-
HSV(B)294.55º44.9%57.65%-
XYZ19.1913.6529.23-
YUV106.46150.88152.63-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 38.21%
GREEN value IS 81 (32.03% from 255) = 21.95%
BLUE value IS 147 (57.81% from 255) = 39.84%
R=38.21%
G=21.95%
B=39.84%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal141811470.040.4500.42294.5528.9544.71
Hex8D519342D02A1271d2d
Octal2151212234550524473555
Binary10001101101000110010011100101101010101010010011111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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