#8D58C9

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

Shades of Amethyst #8D58C9

Tints of Amethyst #8D58C9

Color information

#8D58C9 (or 0x8D58C9) is unknown color: approx Amethyst. HEX triplet: 8D, 58 and C9. RGB value is (141,88,201). Sum of RGB (Red+Green+Blue) = 141+88+201=430 (56% of max value = 765). Red value is 141 (55.47% from 255 or 32.79% from 430); Green value is 88 (34.77% from 255 or 20.47% from 430); Blue value is 201 (78.91% from 255 or 46.74% from 430); Max value from RGB is 201 - color contains mainly: blue. Hex color #8D58C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D58C9 is #72A736. Grayscale: #747474. Windows color (decimal): -7513911 or 13195405. OLE color: 13195405.

HSL color Cylindrical-coordinate representation of color #8D58C9: hue angle of 268.14º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8D58C9 is Cyan = 0.30, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB14188201-
CMYK0.300.5600.21
HSL268.14º51.13%56.67%-
HSV(B)268.14º56.22%78.82%-
XYZ25.0216.8657.19-
YUV116.73175.56145.31-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 32.79%
GREEN value IS 88 (34.77% from 255) = 20.47%
BLUE value IS 201 (78.91% from 255) = 46.74%
R=32.79%
G=20.47%
B=46.74%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal141882010.300.5600.21268.1451.1356.67
Hex8D58C91E3801510c3339
Octal21513031136700254146371
Binary1000110110110001100100111110111000010101100001100110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D58C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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