#8B559B

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

Shades of Violet Blue #8B559B

Tints of Violet Blue #8B559B

Color information

#8B559B (or 0x8B559B) is unknown color: approx Violet Blue. HEX triplet: 8B, 55 and 9B. RGB value is (139,85,155). Sum of RGB (Red+Green+Blue) = 139+85+155=379 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.68% from 379); Green value is 85 (33.59% from 255 or 22.43% from 379); Blue value is 155 (60.94% from 255 or 40.90% from 379); Max value from RGB is 155 - color contains mainly: blue. Hex color #8B559B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B559B is #74AA64. Grayscale: #6C6C6C. Windows color (decimal): -7645797 or 10179979. OLE color: 10179979.

HSL color Cylindrical-coordinate representation of color #8B559B: hue angle of 286.29º 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 #8B559B is Cyan = 0.10, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB13985155-
CMYK0.100.4500.39
HSL286.29º29.17%47.06%-
HSV(B)286.29º45.16%60.78%-
XYZ19.8114.3532.74-
YUV109.13153.89149.31-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 36.68%
GREEN value IS 85 (33.59% from 255) = 22.43%
BLUE value IS 155 (60.94% from 255) = 40.90%
R=36.68%
G=22.43%
B=40.90%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal139851550.100.4500.39286.2929.1747.06
Hex8B559BA2D02711e1d2f
Octal21312523312550474363557
Binary100010111010101100110111010101101010011110001111011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B559B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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