#8D5CD5

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

Shades of Amethyst #8D5CD5

Tints of Amethyst #8D5CD5

Color information

#8D5CD5 (or 0x8D5CD5) is unknown color: approx Amethyst. HEX triplet: 8D, 5C and D5. RGB value is (141,92,213). Sum of RGB (Red+Green+Blue) = 141+92+213=446 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.61% from 446); Green value is 92 (36.33% from 255 or 20.63% from 446); Blue value is 213 (83.59% from 255 or 47.76% from 446); Max value from RGB is 213 - color contains mainly: blue. Hex color #8D5CD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D5CD5 is #72A32A. Grayscale: #787878. Windows color (decimal): -7512875 or 13982861. OLE color: 13982861.

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

Color convert

RGB14192213-
CMYK0.340.5700.16
HSL264.3º59.02%59.8%-
HSV(B)264.3º56.81%83.53%-
XYZ26.8218.1265.03-
YUV120.44180.23142.66-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.61%
GREEN value IS 92 (36.33% from 255) = 20.63%
BLUE value IS 213 (83.59% from 255) = 47.76%
R=31.61%
G=20.63%
B=47.76%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal141922130.340.5700.16264.359.0259.8
Hex8D5CD522390101083b3c
Octal21513432542710204107374
Binary10001101101110011010101100010111001010000100001000111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5CD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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