#8A59CF

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

Shades of Amethyst #8A59CF

Tints of Amethyst #8A59CF

Color information

#8A59CF (or 0x8A59CF) is unknown color: approx Amethyst. HEX triplet: 8A, 59 and CF. RGB value is (138,89,207). Sum of RGB (Red+Green+Blue) = 138+89+207=434 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.80% from 434); Green value is 89 (35.16% from 255 or 20.51% from 434); Blue value is 207 (81.25% from 255 or 47.70% from 434); Max value from RGB is 207 - color contains mainly: blue. Hex color #8A59CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A59CF is #75A630. Grayscale: #747474. Windows color (decimal): -7710257 or 13588874. OLE color: 13588874.

HSL color Cylindrical-coordinate representation of color #8A59CF: hue angle of 264.92º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8A59CF is Cyan = 0.33, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB13889207-
CMYK0.330.5700.19
HSL264.92º55.14%58.04%-
HSV(B)264.92º57%81.18%-
XYZ25.3217.0560.99-
YUV117.1178.73142.91-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.80%
GREEN value IS 89 (35.16% from 255) = 20.51%
BLUE value IS 207 (81.25% from 255) = 47.70%
R=31.80%
G=20.51%
B=47.70%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal138892070.330.5700.19264.9255.1458.04
Hex8A59CF2139013109373a
Octal21213131741710234116772
Binary10001010101100111001111100001111001010011100001001110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A59CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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