#8a59cc

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

Shades of Amethyst #8A59CC

Tints of Amethyst #8A59CC

Color information

#8A59CC (or 0x8A59CC) is unknown color: approx Amethyst. HEX triplet: 8A, 59 and CC. RGB value is (138,89,204). Sum of RGB (Red+Green+Blue) = 138+89+204=431 (57% of max value = 765). Red value is 138 (54.30% from 255 or 32.02% from 431); Green value is 89 (35.16% from 255 or 20.65% from 431); Blue value is 204 (80.08% from 255 or 47.33% from 431); Max value from RGB is 204 - color contains mainly: blue. Hex color #8A59CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A59CC is #75A633. Grayscale: #747474. Windows color (decimal): -7710260 or 13392266. OLE color: 13392266.

HSL color Cylindrical-coordinate representation of color #8A59CC: hue angle of 265.57º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8A59CC is Cyan = 0.32, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB13889204-
CMYK0.320.5600.2
HSL265.57º53%57.45%-
HSV(B)265.57º56.37%80%-
XYZ24.9516.9159.08-
YUV116.76177.23143.15-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.02%
GREEN value IS 89 (35.16% from 255) = 20.65%
BLUE value IS 204 (80.08% from 255) = 47.33%
R=32.02%
G=20.65%
B=47.33%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal138892040.320.5600.2265.575357.45
Hex8A59CC203801410a3539
Octal21213131440700244126571
Binary10001010101100111001100100000111000010100100001010110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8a59cc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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