#9954D7

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

Shades of Amethyst #9954D7

Tints of Amethyst #9954D7

Color information

#9954D7 (or 0x9954D7) is unknown color: approx Amethyst. HEX triplet: 99, 54 and D7. RGB value is (153,84,215). Sum of RGB (Red+Green+Blue) = 153+84+215=452 (59% of max value = 765). Red value is 153 (60.16% from 255 or 33.85% from 452); Green value is 84 (33.20% from 255 or 18.58% from 452); Blue value is 215 (84.38% from 255 or 47.57% from 452); Max value from RGB is 215 - color contains mainly: blue. Hex color #9954D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9954D7 is #66AB28. Grayscale: #777777. Windows color (decimal): -6728489 or 14111897. OLE color: 14111897.

HSL color Cylindrical-coordinate representation of color #9954D7: hue angle of 271.6º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9954D7 is Cyan = 0.29, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB15384215-
CMYK0.290.6100.16
HSL271.6º62.09%58.63%-
HSV(B)271.6º60.93%84.31%-
XYZ28.5718.0266.26-
YUV119.57181.86151.85-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.85%
GREEN value IS 84 (33.20% from 255) = 18.58%
BLUE value IS 215 (84.38% from 255) = 47.57%
R=33.85%
G=18.58%
B=47.57%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal153842150.290.6100.16271.662.0958.63
Hex9954D71D3D0101103e3b
Octal23112432735750204207673
Binary1001100110101001101011111101111101010000100010000111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9954D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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