#8D5A95

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

Shades of Violet Blue #8D5A95

Tints of Violet Blue #8D5A95

Color information

#8D5A95 (or 0x8D5A95) is unknown color: approx Violet Blue. HEX triplet: 8D, 5A and 95. RGB value is (141,90,149). Sum of RGB (Red+Green+Blue) = 141+90+149=380 (50% of max value = 765). Red value is 141 (55.47% from 255 or 37.11% from 380); Green value is 90 (35.55% from 255 or 23.68% from 380); Blue value is 149 (58.59% from 255 or 39.21% from 380); Max value from RGB is 149 - color contains mainly: blue. Hex color #8D5A95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D5A95 is #72A56A. Grayscale: #6F6F6F. Windows color (decimal): -7513451 or 9788045. OLE color: 9788045.

HSL color Cylindrical-coordinate representation of color #8D5A95: hue angle of 291.86º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8D5A95 is Cyan = 0.05, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB14190149-
CMYK0.050.4000.42
HSL291.86º24.69%46.86%-
HSV(B)291.86º39.6%58.43%-
XYZ20.0715.1430.3-
YUV111.98148.9148.7-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 37.11%
GREEN value IS 90 (35.55% from 255) = 23.68%
BLUE value IS 149 (58.59% from 255) = 39.21%
R=37.11%
G=23.68%
B=39.21%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal141901490.050.4000.42291.8624.6946.86
Hex8D5A9552802A124192f
Octal2151322255500524443157
Binary10001101101101010010101101101000010101010010010011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,90,149); }

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

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

 a { background-color: rgb(141,90,149); }

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

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

 span { border-color: rgb(141,90,149); }

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