#8D56CF

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

Shades of Amethyst #8D56CF

Tints of Amethyst #8D56CF

Color information

#8D56CF (or 0x8D56CF) is unknown color: approx Amethyst. HEX triplet: 8D, 56 and CF. RGB value is (141,86,207). Sum of RGB (Red+Green+Blue) = 141+86+207=434 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.49% from 434); Green value is 86 (33.98% from 255 or 19.82% from 434); Blue value is 207 (81.25% from 255 or 47.70% from 434); Max value from RGB is 207 - color contains mainly: blue. Hex color #8D56CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D56CF is #72A930. Grayscale: #737373. Windows color (decimal): -7514417 or 13588109. OLE color: 13588109.

HSL color Cylindrical-coordinate representation of color #8D56CF: hue angle of 267.27º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8D56CF is Cyan = 0.32, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB14186207-
CMYK0.320.5800.19
HSL267.27º55.76%57.45%-
HSV(B)267.27º58.45%81.18%-
XYZ25.5716.8260.93-
YUV116.24179.22145.66-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 32.49%
GREEN value IS 86 (33.98% from 255) = 19.82%
BLUE value IS 207 (81.25% from 255) = 47.70%
R=32.49%
G=19.82%
B=47.70%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal141862070.320.5800.19267.2755.7657.45
Hex8D56CF203A01310b3839
Octal21512631740720234137071
Binary10001101101011011001111100000111010010011100001011111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D56CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,86,207); }

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

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

 a { background-color: rgb(141,86,207); }

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

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

 span { border-color: rgb(141,86,207); }

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