#9956E5

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

Shades of Amethyst #9956E5

Tints of Amethyst #9956E5

Color information

#9956E5 (or 0x9956E5) is unknown color: approx Amethyst. HEX triplet: 99, 56 and E5. RGB value is (153,86,229). Sum of RGB (Red+Green+Blue) = 153+86+229=468 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.69% from 468); Green value is 86 (33.98% from 255 or 18.38% from 468); Blue value is 229 (89.84% from 255 or 48.93% from 468); Max value from RGB is 229 - color contains mainly: blue. Hex color #9956E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9956E5 is #66A91A. Grayscale: #797979. Windows color (decimal): -6727963 or 15029913. OLE color: 15029913.

HSL color Cylindrical-coordinate representation of color #9956E5: hue angle of 268.11º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9956E5 is Cyan = 0.33, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB15386229-
CMYK0.330.6200.10
HSL268.11º73.33%61.76%-
HSV(B)268.11º62.45%89.8%-
XYZ30.6119.0976.2-
YUV122.34188.2149.87-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.69%
GREEN value IS 86 (33.98% from 255) = 18.38%
BLUE value IS 229 (89.84% from 255) = 48.93%
R=32.69%
G=18.38%
B=48.93%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal153862290.330.6200.10268.1173.3361.76
Hex9956E5213E0A10c493e
Octal231126345417601241411176
Binary10011001101011011100101100001111110010101000011001001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9956E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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