#9854E4

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

Shades of Amethyst #9854E4

Tints of Amethyst #9854E4

Color information

#9854E4 (or 0x9854E4) is unknown color: approx Amethyst. HEX triplet: 98, 54 and E4. RGB value is (152,84,228). Sum of RGB (Red+Green+Blue) = 152+84+228=464 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.76% from 464); Green value is 84 (33.20% from 255 or 18.10% from 464); Blue value is 228 (89.45% from 255 or 49.14% from 464); Max value from RGB is 228 - color contains mainly: blue. Hex color #9854E4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9854E4 is #67AB1B. Grayscale: #787878. Windows color (decimal): -6794012 or 14963864. OLE color: 14963864.

HSL color Cylindrical-coordinate representation of color #9854E4: hue angle of 268.33º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9854E4 is Cyan = 0.33, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB15284228-
CMYK0.330.6300.11
HSL268.33º72.73%61.18%-
HSV(B)268.33º63.16%89.41%-
XYZ30.1218.6275.4-
YUV120.75188.53150.29-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32.76%
GREEN value IS 84 (33.20% from 255) = 18.10%
BLUE value IS 228 (89.45% from 255) = 49.14%
R=32.76%
G=18.10%
B=49.14%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal152842280.330.6300.11268.3372.7361.18
Hex9854E4213F0B10c493d
Octal230124344417701341411175
Binary10011000101010011100100100001111111010111000011001001001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9854E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9854E4; }

 p { color: rgb(152,84,228); }

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

<style>
 a { background-color: #9854E4; }

 a { background-color: rgb(152,84,228); }

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

<style>
 span { border-color: #9854E4; }

 span { border-color: rgb(152,84,228); }

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