#8E549B

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

Shades of Violet Blue #8E549B

Tints of Violet Blue #8E549B

Color information

#8E549B (or 0x8E549B) is unknown color: approx Violet Blue. HEX triplet: 8E, 54 and 9B. RGB value is (142,84,155). Sum of RGB (Red+Green+Blue) = 142+84+155=381 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.27% from 381); Green value is 84 (33.20% from 255 or 22.05% from 381); Blue value is 155 (60.94% from 255 or 40.68% from 381); Max value from RGB is 155 - color contains mainly: blue. Hex color #8E549B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E549B is #71AB64. Grayscale: #6D6D6D. Windows color (decimal): -7449445 or 10179726. OLE color: 10179726.

HSL color Cylindrical-coordinate representation of color #8E549B: hue angle of 289.01º 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 #8E549B is Cyan = 0.08, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB14284155-
CMYK0.080.4600.39
HSL289.01º29.71%46.86%-
HSV(B)289.01º45.81%60.78%-
XYZ20.2414.4632.73-
YUV109.44153.72151.23-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 37.27%
GREEN value IS 84 (33.20% from 255) = 22.05%
BLUE value IS 155 (60.94% from 255) = 40.68%
R=37.27%
G=22.05%
B=40.68%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal142841550.080.4600.39289.0129.7146.86
Hex8E549B82E0271211e2f
Octal21612423310560474413657
Binary100011101010100100110111000101110010011110010000111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E549B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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