#8D5DCD

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

Shades of Amethyst #8D5DCD

Tints of Amethyst #8D5DCD

Color information

#8D5DCD (or 0x8D5DCD) is unknown color: approx Amethyst. HEX triplet: 8D, 5D and CD. RGB value is (141,93,205). Sum of RGB (Red+Green+Blue) = 141+93+205=439 (58% of max value = 765). Red value is 141 (55.47% from 255 or 32.12% from 439); Green value is 93 (36.72% from 255 or 21.18% from 439); Blue value is 205 (80.47% from 255 or 46.70% from 439); Max value from RGB is 205 - color contains mainly: blue. Hex color #8D5DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D5DCD is #72A232. Grayscale: #777777. Windows color (decimal): -7512627 or 13458829. OLE color: 13458829.

HSL color Cylindrical-coordinate representation of color #8D5DCD: hue angle of 265.71º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8D5DCD is Cyan = 0.31, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB14193205-
CMYK0.310.5500.20
HSL265.71º52.83%58.43%-
HSV(B)265.71º54.63%80.39%-
XYZ25.9217.959.85-
YUV120.12175.9142.89-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 32.12%
GREEN value IS 93 (36.72% from 255) = 21.18%
BLUE value IS 205 (80.47% from 255) = 46.70%
R=32.12%
G=21.18%
B=46.70%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal141932050.310.5500.20265.7152.8358.43
Hex8D5DCD1F3701410a353a
Octal21513531537670244126572
Binary1000110110111011100110111111110111010100100001010110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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