#8D549D

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

Shades of Violet Blue #8D549D

Tints of Violet Blue #8D549D

Color information

#8D549D (or 0x8D549D) is unknown color: approx Violet Blue. HEX triplet: 8D, 54 and 9D. RGB value is (141,84,157). Sum of RGB (Red+Green+Blue) = 141+84+157=382 (50% of max value = 765). Red value is 141 (55.47% from 255 or 36.91% from 382); Green value is 84 (33.20% from 255 or 21.99% from 382); Blue value is 157 (61.72% from 255 or 41.10% from 382); Max value from RGB is 157 - color contains mainly: blue. Hex color #8D549D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D549D is #72AB62. Grayscale: #6D6D6D. Windows color (decimal): -7514979 or 10310797. OLE color: 10310797.

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

Color convert

RGB14184157-
CMYK0.100.4600.38
HSL286.85º30.29%47.25%-
HSV(B)286.85º46.5%61.57%-
XYZ20.2414.4433.62-
YUV109.36154.88150.56-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 36.91%
GREEN value IS 84 (33.20% from 255) = 21.99%
BLUE value IS 157 (61.72% from 255) = 41.10%
R=36.91%
G=21.99%
B=41.10%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal141841570.100.4600.38286.8530.2947.25
Hex8D549DA2E02611f1e2f
Octal21512423512560464373657
Binary100011011010100100111011010101110010011010001111111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D549D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,84,157); }

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

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

 a { background-color: rgb(141,84,157); }

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

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

 span { border-color: rgb(141,84,157); }

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