#9A52E8

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

Shades of Amethyst #9A52E8

Tints of Amethyst #9A52E8

Color information

#9A52E8 (or 0x9A52E8) is unknown color: approx Amethyst. HEX triplet: 9A, 52 and E8. RGB value is (154,82,232). Sum of RGB (Red+Green+Blue) = 154+82+232=468 (61% of max value = 765). Red value is 154 (60.55% from 255 or 32.91% from 468); Green value is 82 (32.42% from 255 or 17.52% from 468); Blue value is 232 (91.02% from 255 or 49.57% from 468); Max value from RGB is 232 - color contains mainly: blue. Hex color #9A52E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A52E8 is #65AD17. Grayscale: #787878. Windows color (decimal): -6663448 or 15225498. OLE color: 15225498.

HSL color Cylindrical-coordinate representation of color #9A52E8: hue angle of 268.8º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9A52E8 is Cyan = 0.34, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB15482232-
CMYK0.340.6500.09
HSL268.8º76.53%61.57%-
HSV(B)268.8º64.66%90.98%-
XYZ30.9118.7378.33-
YUV120.63190.85151.8-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.91%
GREEN value IS 82 (32.42% from 255) = 17.52%
BLUE value IS 232 (91.02% from 255) = 49.57%
R=32.91%
G=17.52%
B=49.57%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal154822320.340.6500.09268.876.5361.57
Hex9A52E822410910d4d3e
Octal2321223504210101141511576
Binary100110101010010111010001000101000001010011000011011001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A52E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,82,232); }

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

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

 a { background-color: rgb(154,82,232); }

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

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

 span { border-color: rgb(154,82,232); }

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