#8B549D

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

Shades of Violet Blue #8B549D

Tints of Violet Blue #8B549D

Color information

#8B549D (or 0x8B549D) is unknown color: approx Violet Blue. HEX triplet: 8B, 54 and 9D. RGB value is (139,84,157). Sum of RGB (Red+Green+Blue) = 139+84+157=380 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.58% from 380); Green value is 84 (33.20% from 255 or 22.11% from 380); Blue value is 157 (61.72% from 255 or 41.32% from 380); Max value from RGB is 157 - color contains mainly: blue. Hex color #8B549D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B549D is #74AB62. Grayscale: #6C6C6C. Windows color (decimal): -7646051 or 10310795. OLE color: 10310795.

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

Color convert

RGB13984157-
CMYK0.110.4600.38
HSL285.21º30.29%47.25%-
HSV(B)285.21º46.5%61.57%-
XYZ19.914.2633.6-
YUV108.77155.22149.56-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 36.58%
GREEN value IS 84 (33.20% from 255) = 22.11%
BLUE value IS 157 (61.72% from 255) = 41.32%
R=36.58%
G=22.11%
B=41.32%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal139841570.110.4600.38285.2130.2947.25
Hex8B549DB2E02611d1e2f
Octal21312423513560464353657
Binary100010111010100100111011011101110010011010001110111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B549D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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