#8a5fc9

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

Shades of Amethyst #8A5FC9

Tints of Amethyst #8A5FC9

Color information

#8A5FC9 (or 0x8A5FC9) is unknown color: approx Amethyst. HEX triplet: 8A, 5F and C9. RGB value is (138,95,201). Sum of RGB (Red+Green+Blue) = 138+95+201=434 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.80% from 434); Green value is 95 (37.5% from 255 or 21.89% from 434); Blue value is 201 (78.91% from 255 or 46.31% from 434); Max value from RGB is 201 - color contains mainly: blue. Hex color #8A5FC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A5FC9 is #75A036. Grayscale: #777777. Windows color (decimal): -7708727 or 13197194. OLE color: 13197194.

HSL color Cylindrical-coordinate representation of color #8A5FC9: hue angle of 264.34º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8A5FC9 is Cyan = 0.31, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB13895201-
CMYK0.310.5300.21
HSL264.34º49.53%58.04%-
HSV(B)264.34º52.74%78.82%-
XYZ25.1217.857.37-
YUV119.94173.75140.88-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.80%
GREEN value IS 95 (37.5% from 255) = 21.89%
BLUE value IS 201 (78.91% from 255) = 46.31%
R=31.80%
G=21.89%
B=46.31%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal138952010.310.5300.21264.3449.5358.04
Hex8A5FC91F35015108323a
Octal21213731137650254106272
Binary1000101010111111100100111111110101010101100001000110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8a5fc9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,95,201); }

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

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

 a { background-color: rgb(138,95,201); }

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

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

 span { border-color: rgb(138,95,201); }

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