#8D5DC9

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

Shades of Amethyst #8D5DC9

Tints of Amethyst #8D5DC9

Color information

#8D5DC9 (or 0x8D5DC9) is unknown color: approx Amethyst. HEX triplet: 8D, 5D and C9. RGB value is (141,93,201). Sum of RGB (Red+Green+Blue) = 141+93+201=435 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.41% from 435); Green value is 93 (36.72% from 255 or 21.38% from 435); Blue value is 201 (78.91% from 255 or 46.21% from 435); Max value from RGB is 201 - color contains mainly: blue. Hex color #8D5DC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D5DC9 is #72A236. Grayscale: #777777. Windows color (decimal): -7512631 or 13196685. OLE color: 13196685.

HSL color Cylindrical-coordinate representation of color #8D5DC9: hue angle of 266.67º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8D5DC9 is Cyan = 0.30, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB14193201-
CMYK0.300.5400.21
HSL266.67º50%57.65%-
HSV(B)266.67º53.73%78.82%-
XYZ25.4417.7157.34-
YUV119.66173.9143.22-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 32.41%
GREEN value IS 93 (36.72% from 255) = 21.38%
BLUE value IS 201 (78.91% from 255) = 46.21%
R=32.41%
G=21.38%
B=46.21%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal141932010.300.5400.21266.675057.65
Hex8D5DC91E3601510b323a
Octal21513531136660254136272
Binary1000110110111011100100111110110110010101100001011110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5DC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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