#8B589B

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

Shades of Violet Blue #8B589B

Tints of Violet Blue #8B589B

Color information

#8B589B (or 0x8B589B) is unknown color: approx Violet Blue. HEX triplet: 8B, 58 and 9B. RGB value is (139,88,155). Sum of RGB (Red+Green+Blue) = 139+88+155=382 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.39% from 382); Green value is 88 (34.77% from 255 or 23.04% from 382); Blue value is 155 (60.94% from 255 or 40.58% from 382); Max value from RGB is 155 - color contains mainly: blue. Hex color #8B589B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B589B is #74A764. Grayscale: #6E6E6E. Windows color (decimal): -7645029 or 10180747. OLE color: 10180747.

HSL color Cylindrical-coordinate representation of color #8B589B: hue angle of 285.67º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8B589B is Cyan = 0.10, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB13988155-
CMYK0.100.4300.39
HSL285.67º27.57%47.65%-
HSV(B)285.67º43.23%60.78%-
XYZ20.0514.8332.82-
YUV110.89152.9148.05-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 36.39%
GREEN value IS 88 (34.77% from 255) = 23.04%
BLUE value IS 155 (60.94% from 255) = 40.58%
R=36.39%
G=23.04%
B=40.58%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal139881550.100.4300.39285.6727.5747.65
Hex8B589BA2B02711e1c30
Octal21313023312530474363460
Binary100010111011000100110111010101011010011110001111011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B589B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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