#8A59C4

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

Shades of Amethyst #8A59C4

Tints of Amethyst #8A59C4

Color information

#8A59C4 (or 0x8A59C4) is unknown color: approx Amethyst. HEX triplet: 8A, 59 and C4. RGB value is (138,89,196). Sum of RGB (Red+Green+Blue) = 138+89+196=423 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.62% from 423); Green value is 89 (35.16% from 255 or 21.04% from 423); Blue value is 196 (76.95% from 255 or 46.34% from 423); Max value from RGB is 196 - color contains mainly: blue. Hex color #8A59C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A59C4 is #75A63B. Grayscale: #737373. Windows color (decimal): -7710268 or 12867978. OLE color: 12867978.

HSL color Cylindrical-coordinate representation of color #8A59C4: hue angle of 267.48º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8A59C4 is Cyan = 0.30, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB13889196-
CMYK0.300.5500.23
HSL267.48º47.56%55.88%-
HSV(B)267.48º54.59%76.86%-
XYZ24.0216.5354.15-
YUV115.85173.23143.8-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.62%
GREEN value IS 89 (35.16% from 255) = 21.04%
BLUE value IS 196 (76.95% from 255) = 46.34%
R=32.62%
G=21.04%
B=46.34%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal138891960.300.5500.23267.4847.5655.88
Hex8A59C41E3701710b3038
Octal21213130436670274136070
Binary1000101010110011100010011110110111010111100001011110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A59C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,89,196); }

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

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

 a { background-color: rgb(138,89,196); }

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

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

 span { border-color: rgb(138,89,196); }

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