#9964D7

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

Shades of Amethyst #9964D7

Tints of Amethyst #9964D7

Color information

#9964D7 (or 0x9964D7) is unknown color: approx Amethyst. HEX triplet: 99, 64 and D7. RGB value is (153,100,215). Sum of RGB (Red+Green+Blue) = 153+100+215=468 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.69% from 468); Green value is 100 (39.45% from 255 or 21.37% from 468); Blue value is 215 (84.38% from 255 or 45.94% from 468); Max value from RGB is 215 - color contains mainly: blue. Hex color #9964D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9964D7 is #669B28. Grayscale: #808080. Windows color (decimal): -6724393 or 14115993. OLE color: 14115993.

HSL color Cylindrical-coordinate representation of color #9964D7: hue angle of 267.65º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9964D7 is Cyan = 0.29, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB153100215-
CMYK0.290.5300.16
HSL267.65º58.97%61.76%-
HSV(B)267.65º53.49%84.31%-
XYZ29.9620.7966.72-
YUV128.96176.56145.15-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.69%
GREEN value IS 100 (39.45% from 255) = 21.37%
BLUE value IS 215 (84.38% from 255) = 45.94%
R=32.69%
G=21.37%
B=45.94%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1531002150.290.5300.16267.6558.9761.76
Hex9964D71D3501010c3b3e
Octal23114432735650204147376
Binary1001100111001001101011111101110101010000100001100111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9964D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9964D7; }

 p { color: rgb(153,100,215); }

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

<style>
 a { background-color: #9964D7; }

 a { background-color: rgb(153,100,215); }

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

<style>
 span { border-color: #9964D7; }

 span { border-color: rgb(153,100,215); }

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