#8B549B

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

Shades of Violet Blue #8B549B

Tints of Violet Blue #8B549B

Color information

#8B549B (or 0x8B549B) is unknown color: approx Violet Blue. HEX triplet: 8B, 54 and 9B. RGB value is (139,84,155). Sum of RGB (Red+Green+Blue) = 139+84+155=378 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.77% from 378); Green value is 84 (33.20% from 255 or 22.22% from 378); Blue value is 155 (60.94% from 255 or 41.01% from 378); Max value from RGB is 155 - color contains mainly: blue. Hex color #8B549B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B549B is #74AB64. Grayscale: #6C6C6C. Windows color (decimal): -7646053 or 10179723. OLE color: 10179723.

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

Color convert

RGB13984155-
CMYK0.100.4600.39
HSL286.48º29.71%46.86%-
HSV(B)286.48º45.81%60.78%-
XYZ19.7314.232.71-
YUV108.54154.22149.73-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 36.77%
GREEN value IS 84 (33.20% from 255) = 22.22%
BLUE value IS 155 (60.94% from 255) = 41.01%
R=36.77%
G=22.22%
B=41.01%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal139841550.100.4600.39286.4829.7146.86
Hex8B549BA2E02711e1e2f
Octal21312423312560474363657
Binary100010111010100100110111010101110010011110001111011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B549B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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