#9A58D8

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

Shades of Amethyst #9A58D8

Tints of Amethyst #9A58D8

Color information

#9A58D8 (or 0x9A58D8) is unknown color: approx Amethyst. HEX triplet: 9A, 58 and D8. RGB value is (154,88,216). Sum of RGB (Red+Green+Blue) = 154+88+216=458 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.62% from 458); Green value is 88 (34.77% from 255 or 19.21% from 458); Blue value is 216 (84.77% from 255 or 47.16% from 458); Max value from RGB is 216 - color contains mainly: blue. Hex color #9A58D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A58D8 is #65A727. Grayscale: #797979. Windows color (decimal): -6661928 or 14178458. OLE color: 14178458.

HSL color Cylindrical-coordinate representation of color #9A58D8: hue angle of 270.94º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9A58D8 is Cyan = 0.29, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB15488216-
CMYK0.290.5900.15
HSL270.94º62.14%59.61%-
HSV(B)270.94º59.26%84.71%-
XYZ29.2118.8167.06-
YUV122.33180.87150.59-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 33.62%
GREEN value IS 88 (34.77% from 255) = 19.21%
BLUE value IS 216 (84.77% from 255) = 47.16%
R=33.62%
G=19.21%
B=47.16%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal154882160.290.5900.15270.9462.1459.61
Hex9A58D81D3B0F10f3e3c
Octal23213033035730174177674
Binary100110101011000110110001110111101101111100001111111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A58D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A58D8; }

 p { color: rgb(154,88,216); }

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

<style>
 a { background-color: #9A58D8; }

 a { background-color: rgb(154,88,216); }

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

<style>
 span { border-color: #9A58D8; }

 span { border-color: rgb(154,88,216); }

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