#8D5EC9

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

Shades of Amethyst #8D5EC9

Tints of Amethyst #8D5EC9

Color information

#8D5EC9 (or 0x8D5EC9) is unknown color: approx Amethyst. HEX triplet: 8D, 5E and C9. RGB value is (141,94,201). Sum of RGB (Red+Green+Blue) = 141+94+201=436 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.34% from 436); Green value is 94 (37.11% from 255 or 21.56% from 436); Blue value is 201 (78.91% from 255 or 46.10% from 436); Max value from RGB is 201 - color contains mainly: blue. Hex color #8D5EC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D5EC9 is #72A136. Grayscale: #777777. Windows color (decimal): -7512375 or 13196941. OLE color: 13196941.

HSL color Cylindrical-coordinate representation of color #8D5EC9: hue angle of 266.36º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8D5EC9 is Cyan = 0.30, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB14194201-
CMYK0.300.5300.21
HSL266.36º49.77%57.84%-
HSV(B)266.36º53.23%78.82%-
XYZ25.5317.8957.36-
YUV120.25173.57142.8-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 32.34%
GREEN value IS 94 (37.11% from 255) = 21.56%
BLUE value IS 201 (78.91% from 255) = 46.10%
R=32.34%
G=21.56%
B=46.10%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal141942010.300.5300.21266.3649.7757.84
Hex8D5EC91E3501510a323a
Octal21513631136650254126272
Binary1000110110111101100100111110110101010101100001010110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5EC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,94,201); }

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

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

 a { background-color: rgb(141,94,201); }

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

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

 span { border-color: rgb(141,94,201); }

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