#964DD9

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

Shades of Amethyst #964DD9

Tints of Amethyst #964DD9

Color information

#964DD9 (or 0x964DD9) is unknown color: approx Amethyst. HEX triplet: 96, 4D and D9. RGB value is (150,77,217). Sum of RGB (Red+Green+Blue) = 150+77+217=444 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.78% from 444); Green value is 77 (30.47% from 255 or 17.34% from 444); Blue value is 217 (85.16% from 255 or 48.87% from 444); Max value from RGB is 217 - color contains mainly: blue. Hex color #964DD9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #964DD9 is #69B226. Grayscale: #727272. Windows color (decimal): -6926887 or 14241174. OLE color: 14241174.

HSL color Cylindrical-coordinate representation of color #964DD9: hue angle of 271.29º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #964DD9 is Cyan = 0.31, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB15077217-
CMYK0.310.6500.15
HSL271.29º64.81%57.65%-
HSV(B)271.29º64.52%85.1%-
XYZ27.7616.867.43-
YUV114.79185.68153.12-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.78%
GREEN value IS 77 (30.47% from 255) = 17.34%
BLUE value IS 217 (85.16% from 255) = 48.87%
R=33.78%
G=17.34%
B=48.87%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal150772170.310.6500.15271.2964.8157.65
Hex964DD91F410F10f413a
Octal2261153313710101741710172
Binary10010110100110111011001111111000001011111000011111000001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964DD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964DD9; }

 p { color: rgb(150,77,217); }

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

<style>
 a { background-color: #964DD9; }

 a { background-color: rgb(150,77,217); }

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

<style>
 span { border-color: #964DD9; }

 span { border-color: rgb(150,77,217); }

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