#8D559B

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

Shades of Violet Blue #8D559B

Tints of Violet Blue #8D559B

Color information

#8D559B (or 0x8D559B) is unknown color: approx Violet Blue. HEX triplet: 8D, 55 and 9B. RGB value is (141,85,155). Sum of RGB (Red+Green+Blue) = 141+85+155=381 (50% of max value = 765). Red value is 141 (55.47% from 255 or 37.01% from 381); Green value is 85 (33.59% from 255 or 22.31% from 381); Blue value is 155 (60.94% from 255 or 40.68% from 381); Max value from RGB is 155 - color contains mainly: blue. Hex color #8D559B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D559B is #72AA64. Grayscale: #6D6D6D. Windows color (decimal): -7514725 or 10179981. OLE color: 10179981.

HSL color Cylindrical-coordinate representation of color #8D559B: hue angle of 288º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8D559B is Cyan = 0.09, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB14185155-
CMYK0.090.4500.39
HSL288º29.17%47.06%-
HSV(B)288º45.16%60.78%-
XYZ20.1514.5332.75-
YUV109.72153.55150.31-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 37.01%
GREEN value IS 85 (33.59% from 255) = 22.31%
BLUE value IS 155 (60.94% from 255) = 40.68%
R=37.01%
G=22.31%
B=40.68%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal141851550.090.4500.3928829.1747.06
Hex8D559B92D0271201d2f
Octal21512523311550474403557
Binary100011011010101100110111001101101010011110010000011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D559B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,85,155); }

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

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

 a { background-color: rgb(141,85,155); }

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

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

 span { border-color: rgb(141,85,155); }

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