#9C54DD

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

Shades of Amethyst #9C54DD

Tints of Amethyst #9C54DD

Color information

#9C54DD (or 0x9C54DD) is unknown color: approx Amethyst. HEX triplet: 9C, 54 and DD. RGB value is (156,84,221). Sum of RGB (Red+Green+Blue) = 156+84+221=461 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.84% from 461); Green value is 84 (33.20% from 255 or 18.22% from 461); Blue value is 221 (86.72% from 255 or 47.94% from 461); Max value from RGB is 221 - color contains mainly: blue. Hex color #9C54DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C54DD is #63AB22. Grayscale: #787878. Windows color (decimal): -6531875 or 14505116. OLE color: 14505116.

HSL color Cylindrical-coordinate representation of color #9C54DD: hue angle of 271.53º degrees, saturation: 0.67, 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 #9C54DD is Cyan = 0.29, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB15684221-
CMYK0.290.6200.13
HSL271.53º66.83%59.8%-
HSV(B)271.53º61.99%86.67%-
XYZ29.9318.6370.42-
YUV121.15184.35152.86-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 33.84%
GREEN value IS 84 (33.20% from 255) = 18.22%
BLUE value IS 221 (86.72% from 255) = 47.94%
R=33.84%
G=18.22%
B=47.94%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal156842210.290.6200.13271.5366.8359.8
Hex9C54DD1D3E0D110433c
Octal234124335357601542010374
Binary1001110010101001101110111101111110011011000100001000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C54DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,84,221); }

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

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

 a { background-color: rgb(156,84,221); }

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

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

 span { border-color: rgb(156,84,221); }

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