#8D5DD5

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

Shades of Amethyst #8D5DD5

Tints of Amethyst #8D5DD5

Color information

#8D5DD5 (or 0x8D5DD5) is unknown color: approx Amethyst. HEX triplet: 8D, 5D and D5. RGB value is (141,93,213). Sum of RGB (Red+Green+Blue) = 141+93+213=447 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.54% from 447); Green value is 93 (36.72% from 255 or 20.81% from 447); Blue value is 213 (83.59% from 255 or 47.65% from 447); Max value from RGB is 213 - color contains mainly: blue. Hex color #8D5DD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D5DD5 is #72A22A. Grayscale: #787878. Windows color (decimal): -7512619 or 13983117. OLE color: 13983117.

HSL color Cylindrical-coordinate representation of color #8D5DD5: hue angle of 264º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8D5DD5 is Cyan = 0.34, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB14193213-
CMYK0.340.5600.16
HSL264º58.82%60%-
HSV(B)264º56.34%83.53%-
XYZ26.9118.365.06-
YUV121.03179.9142.24-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.54%
GREEN value IS 93 (36.72% from 255) = 20.81%
BLUE value IS 213 (83.59% from 255) = 47.65%
R=31.54%
G=20.81%
B=47.65%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal141932130.340.5600.1626458.8260
Hex8D5DD522380101083b3c
Octal21513532542700204107374
Binary10001101101110111010101100010111000010000100001000111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5DD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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