#8D5B95

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

Shades of Violet Blue #8D5B95

Tints of Violet Blue #8D5B95

Color information

#8D5B95 (or 0x8D5B95) is unknown color: approx Violet Blue. HEX triplet: 8D, 5B and 95. RGB value is (141,91,149). Sum of RGB (Red+Green+Blue) = 141+91+149=381 (50% of max value = 765). Red value is 141 (55.47% from 255 or 37.01% from 381); Green value is 91 (35.94% from 255 or 23.88% from 381); Blue value is 149 (58.59% from 255 or 39.11% from 381); Max value from RGB is 149 - color contains mainly: blue. Hex color #8D5B95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D5B95 is #72A46A. Grayscale: #707070. Windows color (decimal): -7513195 or 9788301. OLE color: 9788301.

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

Color convert

RGB14191149-
CMYK0.050.3900.42
HSL291.72º24.17%47.06%-
HSV(B)291.72º38.93%58.43%-
XYZ20.1515.3130.33-
YUV112.56148.56148.28-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 37.01%
GREEN value IS 91 (35.94% from 255) = 23.88%
BLUE value IS 149 (58.59% from 255) = 39.11%
R=37.01%
G=23.88%
B=39.11%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal141911490.050.3900.42291.7224.1747.06
Hex8D5B9552702A124182f
Octal2151332255470524443057
Binary10001101101101110010101101100111010101010010010011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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