#8D58D8

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

Shades of Amethyst #8D58D8

Tints of Amethyst #8D58D8

Color information

#8D58D8 (or 0x8D58D8) is unknown color: approx Amethyst. HEX triplet: 8D, 58 and D8. RGB value is (141,88,216). Sum of RGB (Red+Green+Blue) = 141+88+216=445 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.69% from 445); Green value is 88 (34.77% from 255 or 19.78% from 445); Blue value is 216 (84.77% from 255 or 48.54% from 445); Max value from RGB is 216 - color contains mainly: blue. Hex color #8D58D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D58D8 is #72A727. Grayscale: #757575. Windows color (decimal): -7513896 or 14178445. OLE color: 14178445.

HSL color Cylindrical-coordinate representation of color #8D58D8: hue angle of 264.84º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8D58D8 is Cyan = 0.35, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB14188216-
CMYK0.350.5900.15
HSL264.84º62.14%59.61%-
HSV(B)264.84º59.26%84.71%-
XYZ26.8717.666.95-
YUV118.44183.06144.09-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.69%
GREEN value IS 88 (34.77% from 255) = 19.78%
BLUE value IS 216 (84.77% from 255) = 48.54%
R=31.69%
G=19.78%
B=48.54%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal141882160.350.5900.15264.8462.1459.61
Hex8D58D8233B0F1093e3c
Octal21513033043730174117674
Binary1000110110110001101100010001111101101111100001001111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D58D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,88,216); }

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

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

 a { background-color: rgb(141,88,216); }

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

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

 span { border-color: rgb(141,88,216); }

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