#8C549B

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

Shades of Violet Blue #8C549B

Tints of Violet Blue #8C549B

Color information

#8C549B (or 0x8C549B) is unknown color: approx Violet Blue. HEX triplet: 8C, 54 and 9B. RGB value is (140,84,155). Sum of RGB (Red+Green+Blue) = 140+84+155=379 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.94% from 379); Green value is 84 (33.20% from 255 or 22.16% from 379); Blue value is 155 (60.94% from 255 or 40.90% from 379); Max value from RGB is 155 - color contains mainly: blue. Hex color #8C549B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C549B is #73AB64. Grayscale: #6C6C6C. Windows color (decimal): -7580517 or 10179724. OLE color: 10179724.

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

Color convert

RGB14084155-
CMYK0.100.4600.39
HSL287.32º29.71%46.86%-
HSV(B)287.32º45.81%60.78%-
XYZ19.914.2832.72-
YUV108.84154.05150.23-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 36.94%
GREEN value IS 84 (33.20% from 255) = 22.16%
BLUE value IS 155 (60.94% from 255) = 40.90%
R=36.94%
G=22.16%
B=40.90%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal140841550.100.4600.39287.3229.7146.86
Hex8C549BA2E02711f1e2f
Octal21412423312560474373657
Binary100011001010100100110111010101110010011110001111111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C549B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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