#8D55DD

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

Shades of Amethyst #8D55DD

Tints of Amethyst #8D55DD

Color information

#8D55DD (or 0x8D55DD) is unknown color: approx Amethyst. HEX triplet: 8D, 55 and DD. RGB value is (141,85,221). Sum of RGB (Red+Green+Blue) = 141+85+221=447 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.54% from 447); Green value is 85 (33.59% from 255 or 19.02% from 447); Blue value is 221 (86.72% from 255 or 49.44% from 447); Max value from RGB is 221 - color contains mainly: blue. Hex color #8D55DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D55DD is #72AA22. Grayscale: #747474. Windows color (decimal): -7514659 or 14505357. OLE color: 14505357.

HSL color Cylindrical-coordinate representation of color #8D55DD: hue angle of 264.71º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8D55DD is Cyan = 0.36, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB14185221-
CMYK0.360.6200.13
HSL264.71º66.67%60%-
HSV(B)264.71º61.54%86.67%-
XYZ27.2817.3870.32-
YUV117.25186.55144.94-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.54%
GREEN value IS 85 (33.59% from 255) = 19.02%
BLUE value IS 221 (86.72% from 255) = 49.44%
R=31.54%
G=19.02%
B=49.44%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal141852210.360.6200.13264.7166.6760
Hex8D55DD243E0D109433c
Octal215125335447601541110374
Binary10001101101010111011101100100111110011011000010011000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D55DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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