#8D5DBF

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

Shades of Amethyst #8D5DBF

Tints of Amethyst #8D5DBF

Color information

#8D5DBF (or 0x8D5DBF) is unknown color: approx Amethyst. HEX triplet: 8D, 5D and BF. RGB value is (141,93,191). Sum of RGB (Red+Green+Blue) = 141+93+191=425 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.18% from 425); Green value is 93 (36.72% from 255 or 21.88% from 425); Blue value is 191 (75% from 255 or 44.94% from 425); Max value from RGB is 191 - color contains mainly: blue. Hex color #8D5DBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D5DBF is #72A240. Grayscale: #767676. Windows color (decimal): -7512641 or 12541325. OLE color: 12541325.

HSL color Cylindrical-coordinate representation of color #8D5DBF: hue angle of 269.39º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8D5DBF is Cyan = 0.26, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14193191-
CMYK0.260.5100.25
HSL269.39º43.36%55.69%-
HSV(B)269.39º51.31%74.9%-
XYZ24.317.2551.34-
YUV118.52168.9144.03-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 33.18%
GREEN value IS 93 (36.72% from 255) = 21.88%
BLUE value IS 191 (75% from 255) = 44.94%
R=33.18%
G=21.88%
B=44.94%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal141931910.260.5100.25269.3943.3655.69
Hex8D5DBF1A3301910d2b38
Octal21513527732630314155370
Binary1000110110111011011111111010110011011001100001101101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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