#8D5DCF

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

Shades of Amethyst #8D5DCF

Tints of Amethyst #8D5DCF

Color information

#8D5DCF (or 0x8D5DCF) is unknown color: approx Amethyst. HEX triplet: 8D, 5D and CF. RGB value is (141,93,207). Sum of RGB (Red+Green+Blue) = 141+93+207=441 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.97% from 441); Green value is 93 (36.72% from 255 or 21.09% from 441); Blue value is 207 (81.25% from 255 or 46.94% from 441); Max value from RGB is 207 - color contains mainly: blue. Hex color #8D5DCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D5DCF is #72A230. Grayscale: #777777. Windows color (decimal): -7512625 or 13589901. OLE color: 13589901.

HSL color Cylindrical-coordinate representation of color #8D5DCF: hue angle of 265.26º 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 #8D5DCF is Cyan = 0.32, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB14193207-
CMYK0.320.5500.19
HSL265.26º54.29%58.82%-
HSV(B)265.26º55.07%81.18%-
XYZ26.161861.13-
YUV120.35176.9142.73-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.97%
GREEN value IS 93 (36.72% from 255) = 21.09%
BLUE value IS 207 (81.25% from 255) = 46.94%
R=31.97%
G=21.09%
B=46.94%

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
Decimal141932070.320.5500.19265.2654.2958.82
Hex8D5DCF2037013109363b
Octal21513531740670234116673
Binary10001101101110111001111100000110111010011100001001110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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