#9A51E0

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

Shades of Amethyst #9A51E0

Tints of Amethyst #9A51E0

Color information

#9A51E0 (or 0x9A51E0) is unknown color: approx Amethyst. HEX triplet: 9A, 51 and E0. RGB value is (154,81,224). Sum of RGB (Red+Green+Blue) = 154+81+224=459 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.55% from 459); Green value is 81 (32.03% from 255 or 17.65% from 459); Blue value is 224 (87.89% from 255 or 48.80% from 459); Max value from RGB is 224 - color contains mainly: blue. Hex color #9A51E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A51E0 is #65AE1F. Grayscale: #767676. Windows color (decimal): -6663712 or 14700954. OLE color: 14700954.

HSL color Cylindrical-coordinate representation of color #9A51E0: hue angle of 270.63º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9A51E0 is Cyan = 0.31, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB15481224-
CMYK0.310.6400.12
HSL270.63º69.76%59.8%-
HSV(B)270.63º63.84%87.84%-
XYZ29.7218.1472.46-
YUV119.13187.18152.87-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 33.55%
GREEN value IS 81 (32.03% from 255) = 17.65%
BLUE value IS 224 (87.89% from 255) = 48.80%
R=33.55%
G=17.65%
B=48.80%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal154812240.310.6400.12270.6369.7659.8
Hex9A51E01F400C10f463c
Octal2321213403710001441710674
Binary10011010101000111100000111111000000011001000011111000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A51E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,81,224); }

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

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

 a { background-color: rgb(154,81,224); }

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

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

 span { border-color: rgb(154,81,224); }

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