#9954E1

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

Shades of Amethyst #9954E1

Tints of Amethyst #9954E1

Color information

#9954E1 (or 0x9954E1) is unknown color: approx Amethyst. HEX triplet: 99, 54 and E1. RGB value is (153,84,225). Sum of RGB (Red+Green+Blue) = 153+84+225=462 (61% of max value = 765). Red value is 153 (60.16% from 255 or 33.12% from 462); Green value is 84 (33.20% from 255 or 18.18% from 462); Blue value is 225 (88.28% from 255 or 48.70% from 462); Max value from RGB is 225 - color contains mainly: blue. Hex color #9954E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9954E1 is #66AB1E. Grayscale: #787878. Windows color (decimal): -6728479 or 14767257. OLE color: 14767257.

HSL color Cylindrical-coordinate representation of color #9954E1: hue angle of 269.36º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9954E1 is Cyan = 0.32, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB15384225-
CMYK0.320.6300.12
HSL269.36º70.15%60.59%-
HSV(B)269.36º62.67%88.24%-
XYZ29.918.5573.24-
YUV120.71186.86151.04-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.12%
GREEN value IS 84 (33.20% from 255) = 18.18%
BLUE value IS 225 (88.28% from 255) = 48.70%
R=33.12%
G=18.18%
B=48.70%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal153842250.320.6300.12269.3670.1560.59
Hex9954E1203F0C10d463d
Octal231124341407701441510675
Binary10011001101010011100001100000111111011001000011011000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9954E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9954E1; }

 p { color: rgb(153,84,225); }

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

<style>
 a { background-color: #9954E1; }

 a { background-color: rgb(153,84,225); }

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

<style>
 span { border-color: #9954E1; }

 span { border-color: rgb(153,84,225); }

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