#8A58CD

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

Shades of Amethyst #8A58CD

Tints of Amethyst #8A58CD

Color information

#8A58CD (or 0x8A58CD) is unknown color: approx Amethyst. HEX triplet: 8A, 58 and CD. RGB value is (138,88,205). Sum of RGB (Red+Green+Blue) = 138+88+205=431 (57% of max value = 765). Red value is 138 (54.30% from 255 or 32.02% from 431); Green value is 88 (34.77% from 255 or 20.42% from 431); Blue value is 205 (80.47% from 255 or 47.56% from 431); Max value from RGB is 205 - color contains mainly: blue. Hex color #8A58CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A58CD is #75A732. Grayscale: #737373. Windows color (decimal): -7710515 or 13457546. OLE color: 13457546.

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

Color convert

RGB13888205-
CMYK0.330.5700.20
HSL265.64º53.92%57.45%-
HSV(B)265.64º57.07%80.39%-
XYZ24.9916.7959.68-
YUV116.29178.06143.49-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.02%
GREEN value IS 88 (34.77% from 255) = 20.42%
BLUE value IS 205 (80.47% from 255) = 47.56%
R=32.02%
G=20.42%
B=47.56%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal138882050.330.5700.20265.6453.9257.45
Hex8A58CD213901410a3639
Octal21213031541710244126671
Binary10001010101100011001101100001111001010100100001010110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A58CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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