#8D5DCE

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

Shades of Amethyst #8D5DCE

Tints of Amethyst #8D5DCE

Color information

#8D5DCE (or 0x8D5DCE) is unknown color: approx Amethyst. HEX triplet: 8D, 5D and CE. RGB value is (141,93,206). Sum of RGB (Red+Green+Blue) = 141+93+206=440 (58% of max value = 765). Red value is 141 (55.47% from 255 or 32.05% from 440); Green value is 93 (36.72% from 255 or 21.14% from 440); Blue value is 206 (80.86% from 255 or 46.82% from 440); Max value from RGB is 206 - color contains mainly: blue. Hex color #8D5DCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D5DCE is #72A231. Grayscale: #777777. Windows color (decimal): -7512626 or 13524365. OLE color: 13524365.

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

Color convert

RGB14193206-
CMYK0.320.5500.19
HSL265.49º53.55%58.63%-
HSV(B)265.49º54.85%80.78%-
XYZ26.0417.9560.48-
YUV120.23176.4142.81-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 32.05%
GREEN value IS 93 (36.72% from 255) = 21.14%
BLUE value IS 206 (80.86% from 255) = 46.82%
R=32.05%
G=21.14%
B=46.82%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal141932060.320.5500.19265.4953.5558.63
Hex8D5DCE2037013109363b
Octal21513531640670234116673
Binary10001101101110111001110100000110111010011100001001110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5DCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,93,206); }

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

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

 a { background-color: rgb(141,93,206); }

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

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

 span { border-color: rgb(141,93,206); }

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