#8A58CA

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

Shades of Amethyst #8A58CA

Tints of Amethyst #8A58CA

Color information

#8A58CA (or 0x8A58CA) is unknown color: approx Amethyst. HEX triplet: 8A, 58 and CA. RGB value is (138,88,202). Sum of RGB (Red+Green+Blue) = 138+88+202=428 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.24% from 428); Green value is 88 (34.77% from 255 or 20.56% from 428); Blue value is 202 (79.30% from 255 or 47.20% from 428); Max value from RGB is 202 - color contains mainly: blue. Hex color #8A58CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A58CA is #75A735. Grayscale: #737373. Windows color (decimal): -7710518 or 13260938. OLE color: 13260938.

HSL color Cylindrical-coordinate representation of color #8A58CA: hue angle of 266.32º degrees, saturation: 0.52, 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 #8A58CA is Cyan = 0.32, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB13888202-
CMYK0.320.5600.21
HSL266.32º51.82%56.86%-
HSV(B)266.32º56.44%79.22%-
XYZ24.6316.6557.79-
YUV115.95176.56143.73-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.24%
GREEN value IS 88 (34.77% from 255) = 20.56%
BLUE value IS 202 (79.30% from 255) = 47.20%
R=32.24%
G=20.56%
B=47.20%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal138882020.320.5600.21266.3251.8256.86
Hex8A58CA203801510a3439
Octal21213031240700254126471
Binary10001010101100011001010100000111000010101100001010110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A58CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,88,202); }

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

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

 a { background-color: rgb(138,88,202); }

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

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

 span { border-color: rgb(138,88,202); }

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