#8D59CD

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

Shades of Amethyst #8D59CD

Tints of Amethyst #8D59CD

Color information

#8D59CD (or 0x8D59CD) is unknown color: approx Amethyst. HEX triplet: 8D, 59 and CD. RGB value is (141,89,205). Sum of RGB (Red+Green+Blue) = 141+89+205=435 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.41% from 435); Green value is 89 (35.16% from 255 or 20.46% from 435); Blue value is 205 (80.47% from 255 or 47.13% from 435); Max value from RGB is 205 - color contains mainly: blue. Hex color #8D59CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D59CD is #72A632. Grayscale: #757575. Windows color (decimal): -7513651 or 13457805. OLE color: 13457805.

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

Color convert

RGB14189205-
CMYK0.310.5700.20
HSL266.9º53.7%57.65%-
HSV(B)266.9º56.59%80.39%-
XYZ25.5817.2259.73-
YUV117.77177.23144.57-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 32.41%
GREEN value IS 89 (35.16% from 255) = 20.46%
BLUE value IS 205 (80.47% from 255) = 47.13%
R=32.41%
G=20.46%
B=47.13%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal141892050.310.5700.20266.953.757.65
Hex8D59CD1F3901410b363a
Octal21513131537710244136672
Binary1000110110110011100110111111111001010100100001011110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D59CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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