#9f54d7

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

Shades of Amethyst #9F54D7

Tints of Amethyst #9F54D7

Color information

#9F54D7 (or 0x9F54D7) is unknown color: approx Amethyst. HEX triplet: 9F, 54 and D7. RGB value is (159,84,215). Sum of RGB (Red+Green+Blue) = 159+84+215=458 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.72% from 458); Green value is 84 (33.20% from 255 or 18.34% from 458); Blue value is 215 (84.38% from 255 or 46.94% from 458); Max value from RGB is 215 - color contains mainly: blue. Hex color #9F54D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F54D7 is #60AB28. Grayscale: #787878. Windows color (decimal): -6335273 or 14111903. OLE color: 14111903.

HSL color Cylindrical-coordinate representation of color #9F54D7: hue angle of 274.35º 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 #9F54D7 is Cyan = 0.26, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB15984215-
CMYK0.260.6100.16
HSL274.35º62.09%58.63%-
HSV(B)274.35º60.93%84.31%-
XYZ29.7318.6266.32-
YUV121.36180.85154.85-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 34.72%
GREEN value IS 84 (33.20% from 255) = 18.34%
BLUE value IS 215 (84.38% from 255) = 46.94%
R=34.72%
G=18.34%
B=46.94%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal159842150.260.6100.16274.3562.0958.63
Hex9F54D71A3D0101123e3b
Octal23712432732750204227673
Binary1001111110101001101011111010111101010000100010010111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9f54d7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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