#8B549E

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

Shades of Violet Blue #8B549E

Tints of Violet Blue #8B549E

Color information

#8B549E (or 0x8B549E) is unknown color: approx Violet Blue. HEX triplet: 8B, 54 and 9E. RGB value is (139,84,158). Sum of RGB (Red+Green+Blue) = 139+84+158=381 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.48% from 381); Green value is 84 (33.20% from 255 or 22.05% from 381); Blue value is 158 (62.11% from 255 or 41.47% from 381); Max value from RGB is 158 - color contains mainly: blue. Hex color #8B549E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B549E is #74AB61. Grayscale: #6C6C6C. Windows color (decimal): -7646050 or 10376331. OLE color: 10376331.

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

Color convert

RGB13984158-
CMYK0.120.4700.38
HSL284.59º30.58%47.45%-
HSV(B)284.59º46.84%61.96%-
XYZ19.9914.334.05-
YUV108.88155.72149.48-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 36.48%
GREEN value IS 84 (33.20% from 255) = 22.05%
BLUE value IS 158 (62.11% from 255) = 41.47%
R=36.48%
G=22.05%
B=41.47%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal139841580.120.4700.38284.5930.5847.45
Hex8B549EC2F02611d1f2f
Octal21312423614570464353757
Binary100010111010100100111101100101111010011010001110111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B549E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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