#8D5EC8

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

Shades of Amethyst #8D5EC8

Tints of Amethyst #8D5EC8

Color information

#8D5EC8 (or 0x8D5EC8) is unknown color: approx Amethyst. HEX triplet: 8D, 5E and C8. RGB value is (141,94,200). Sum of RGB (Red+Green+Blue) = 141+94+200=435 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.41% from 435); Green value is 94 (37.11% from 255 or 21.61% from 435); Blue value is 200 (78.52% from 255 or 45.98% from 435); Max value from RGB is 200 - color contains mainly: blue. Hex color #8D5EC8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D5EC8 is #72A137. Grayscale: #777777. Windows color (decimal): -7512376 or 13131405. OLE color: 13131405.

HSL color Cylindrical-coordinate representation of color #8D5EC8: hue angle of 266.6º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8D5EC8 is Cyan = 0.29, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB14194200-
CMYK0.290.5300.22
HSL266.6º49.07%57.65%-
HSV(B)266.6º53%78.43%-
XYZ25.4117.8456.75-
YUV120.14173.07142.88-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 32.41%
GREEN value IS 94 (37.11% from 255) = 21.61%
BLUE value IS 200 (78.52% from 255) = 45.98%
R=32.41%
G=21.61%
B=45.98%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal141942000.290.5300.22266.649.0757.65
Hex8D5EC81D3501610b313a
Octal21513631035650264136172
Binary1000110110111101100100011101110101010110100001011110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5EC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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