#8B549A

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

Shades of Violet Blue #8B549A

Tints of Violet Blue #8B549A

Color information

#8B549A (or 0x8B549A) is unknown color: approx Violet Blue. HEX triplet: 8B, 54 and 9A. RGB value is (139,84,154). Sum of RGB (Red+Green+Blue) = 139+84+154=377 (49% of max value = 765). Red value is 139 (54.69% from 255 or 36.87% from 377); Green value is 84 (33.20% from 255 or 22.28% from 377); Blue value is 154 (60.55% from 255 or 40.85% from 377); Max value from RGB is 154 - color contains mainly: blue. Hex color #8B549A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B549A is #74AB65. Grayscale: #6C6C6C. Windows color (decimal): -7646054 or 10114187. OLE color: 10114187.

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

Color convert

RGB13984154-
CMYK0.100.4500.40
HSL287.14º29.41%46.67%-
HSV(B)287.14º45.45%60.39%-
XYZ19.6514.1632.27-
YUV108.42153.72149.81-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 36.87%
GREEN value IS 84 (33.20% from 255) = 22.28%
BLUE value IS 154 (60.55% from 255) = 40.85%
R=36.87%
G=22.28%
B=40.85%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal139841540.100.4500.40287.1429.4146.67
Hex8B549AA2D02811f1d2f
Octal21312423212550504373557
Binary100010111010100100110101010101101010100010001111111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B549A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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