#9954DE

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

Shades of Amethyst #9954DE

Tints of Amethyst #9954DE

Color information

#9954DE (or 0x9954DE) is unknown color: approx Amethyst. HEX triplet: 99, 54 and DE. RGB value is (153,84,222). Sum of RGB (Red+Green+Blue) = 153+84+222=459 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.33% from 459); Green value is 84 (33.20% from 255 or 18.30% from 459); Blue value is 222 (87.11% from 255 or 48.37% from 459); Max value from RGB is 222 - color contains mainly: blue. Hex color #9954DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9954DE is #66AB21. Grayscale: #777777. Windows color (decimal): -6728482 or 14570649. OLE color: 14570649.

HSL color Cylindrical-coordinate representation of color #9954DE: hue angle of 270º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9954DE is Cyan = 0.31, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB15384222-
CMYK0.310.6200.13
HSL270º67.65%60%-
HSV(B)270º62.16%87.06%-
XYZ29.4918.3971.1-
YUV120.36185.36151.28-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.33%
GREEN value IS 84 (33.20% from 255) = 18.30%
BLUE value IS 222 (87.11% from 255) = 48.37%
R=33.33%
G=18.30%
B=48.37%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal153842220.310.6200.1327067.6560
Hex9954DE1F3E0D10e443c
Octal231124336377601541610474
Binary1001100110101001101111011111111110011011000011101000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9954DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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