#8A58CB

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

Shades of Amethyst #8A58CB

Tints of Amethyst #8A58CB

Color information

#8A58CB (or 0x8A58CB) is unknown color: approx Amethyst. HEX triplet: 8A, 58 and CB. RGB value is (138,88,203). Sum of RGB (Red+Green+Blue) = 138+88+203=429 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.17% from 429); Green value is 88 (34.77% from 255 or 20.51% from 429); Blue value is 203 (79.69% from 255 or 47.32% from 429); Max value from RGB is 203 - color contains mainly: blue. Hex color #8A58CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A58CB is #75A734. Grayscale: #737373. Windows color (decimal): -7710517 or 13326474. OLE color: 13326474.

HSL color Cylindrical-coordinate representation of color #8A58CB: hue angle of 266.09º degrees, saturation: 0.53, 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 #8A58CB is Cyan = 0.32, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB13888203-
CMYK0.320.5700.20
HSL266.09º52.51%57.06%-
HSV(B)266.09º56.65%79.61%-
XYZ24.7516.6958.42-
YUV116.06177.06143.65-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.17%
GREEN value IS 88 (34.77% from 255) = 20.51%
BLUE value IS 203 (79.69% from 255) = 47.32%
R=32.17%
G=20.51%
B=47.32%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal138882030.320.5700.20266.0952.5157.06
Hex8A58CB203901410a3539
Octal21213031340710244126571
Binary10001010101100011001011100000111001010100100001010110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A58CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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