#8D55CD

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

Shades of Amethyst #8D55CD

Tints of Amethyst #8D55CD

Color information

#8D55CD (or 0x8D55CD) is unknown color: approx Amethyst. HEX triplet: 8D, 55 and CD. RGB value is (141,85,205). Sum of RGB (Red+Green+Blue) = 141+85+205=431 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.71% from 431); Green value is 85 (33.59% from 255 or 19.72% from 431); Blue value is 205 (80.47% from 255 or 47.56% from 431); Max value from RGB is 205 - color contains mainly: blue. Hex color #8D55CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D55CD is #72AA32. Grayscale: #727272. Windows color (decimal): -7514675 or 13456781. OLE color: 13456781.

HSL color Cylindrical-coordinate representation of color #8D55CD: hue angle of 268º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8D55CD is Cyan = 0.31, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB14185205-
CMYK0.310.5900.20
HSL268º54.55%56.86%-
HSV(B)268º58.54%80.39%-
XYZ25.2516.5759.62-
YUV115.42178.55146.24-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 32.71%
GREEN value IS 85 (33.59% from 255) = 19.72%
BLUE value IS 205 (80.47% from 255) = 47.56%
R=32.71%
G=19.72%
B=47.56%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal141852050.310.5900.2026854.5556.86
Hex8D55CD1F3B01410c3739
Octal21512531537730244146771
Binary1000110110101011100110111111111011010100100001100110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D55CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,85,205); }

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

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

 a { background-color: rgb(141,85,205); }

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

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

 span { border-color: rgb(141,85,205); }

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