#9956D8

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

Shades of Amethyst #9956D8

Tints of Amethyst #9956D8

Color information

#9956D8 (or 0x9956D8) is unknown color: approx Amethyst. HEX triplet: 99, 56 and D8. RGB value is (153,86,216). Sum of RGB (Red+Green+Blue) = 153+86+216=455 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.63% from 455); Green value is 86 (33.98% from 255 or 18.90% from 455); Blue value is 216 (84.77% from 255 or 47.47% from 455); Max value from RGB is 216 - color contains mainly: blue. Hex color #9956D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9956D8 is #66A927. Grayscale: #787878. Windows color (decimal): -6727976 or 14177945. OLE color: 14177945.

HSL color Cylindrical-coordinate representation of color #9956D8: hue angle of 270.92º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9956D8 is Cyan = 0.29, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB15386216-
CMYK0.290.6000.15
HSL270.92º62.5%59.22%-
HSV(B)270.92º60.19%84.71%-
XYZ28.8618.3966.99-
YUV120.85181.7150.93-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.63%
GREEN value IS 86 (33.98% from 255) = 18.90%
BLUE value IS 216 (84.77% from 255) = 47.47%
R=33.63%
G=18.90%
B=47.47%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal153862160.290.6000.15270.9262.559.22
Hex9956D81D3C0F10f3e3b
Octal23112633035740174177673
Binary100110011010110110110001110111110001111100001111111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9956D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9956D8; }

 p { color: rgb(153,86,216); }

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

<style>
 a { background-color: #9956D8; }

 a { background-color: rgb(153,86,216); }

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

<style>
 span { border-color: #9956D8; }

 span { border-color: rgb(153,86,216); }

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