#8E549C

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

Shades of Violet Blue #8E549C

Tints of Violet Blue #8E549C

Color information

#8E549C (or 0x8E549C) is unknown color: approx Violet Blue. HEX triplet: 8E, 54 and 9C. RGB value is (142,84,156). Sum of RGB (Red+Green+Blue) = 142+84+156=382 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.17% from 382); Green value is 84 (33.20% from 255 or 21.99% from 382); Blue value is 156 (61.33% from 255 or 40.84% from 382); Max value from RGB is 156 - color contains mainly: blue. Hex color #8E549C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E549C is #71AB63. Grayscale: #6D6D6D. Windows color (decimal): -7449444 or 10245262. OLE color: 10245262.

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

Color convert

RGB14284156-
CMYK0.090.4600.39
HSL288.33º30%47.06%-
HSV(B)288.33º46.15%61.18%-
XYZ20.3314.4933.18-
YUV109.55154.22151.15-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 37.17%
GREEN value IS 84 (33.20% from 255) = 21.99%
BLUE value IS 156 (61.33% from 255) = 40.84%
R=37.17%
G=21.99%
B=40.84%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal142841560.090.4600.39288.333047.06
Hex8E549C92E0271201e2f
Octal21612423411560474403657
Binary100011101010100100111001001101110010011110010000011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E549C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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