#9864D6

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

Shades of Amethyst #9864D6

Tints of Amethyst #9864D6

Color information

#9864D6 (or 0x9864D6) is unknown color: approx Amethyst. HEX triplet: 98, 64 and D6. RGB value is (152,100,214). Sum of RGB (Red+Green+Blue) = 152+100+214=466 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.62% from 466); Green value is 100 (39.45% from 255 or 21.46% from 466); Blue value is 214 (83.98% from 255 or 45.92% from 466); Max value from RGB is 214 - color contains mainly: blue. Hex color #9864D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9864D6 is #679B29. Grayscale: #808080. Windows color (decimal): -6789930 or 14050456. OLE color: 14050456.

HSL color Cylindrical-coordinate representation of color #9864D6: hue angle of 267.37º degrees, saturation: 0.58, 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 #9864D6 is Cyan = 0.29, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB152100214-
CMYK0.290.5300.16
HSL267.37º58.16%61.57%-
HSV(B)267.37º53.27%83.92%-
XYZ29.6420.6466.04-
YUV128.54176.23144.73-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32.62%
GREEN value IS 100 (39.45% from 255) = 21.46%
BLUE value IS 214 (83.98% from 255) = 45.92%
R=32.62%
G=21.46%
B=45.92%

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
Decimal1521002140.290.5300.16267.3758.1661.57
Hex9864D61D3501010b3a3e
Octal23014432635650204137276
Binary1001100011001001101011011101110101010000100001011111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9864D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9864D6; }

 p { color: rgb(152,100,214); }

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

<style>
 a { background-color: #9864D6; }

 a { background-color: rgb(152,100,214); }

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

<style>
 span { border-color: #9864D6; }

 span { border-color: rgb(152,100,214); }

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