#9F64CD

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

Shades of Amethyst #9F64CD

Tints of Amethyst #9F64CD

Color information

#9F64CD (or 0x9F64CD) is unknown color: approx Amethyst. HEX triplet: 9F, 64 and CD. RGB value is (159,100,205). Sum of RGB (Red+Green+Blue) = 159+100+205=464 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.27% from 464); Green value is 100 (39.45% from 255 or 21.55% from 464); Blue value is 205 (80.47% from 255 or 44.18% from 464); Max value from RGB is 205 - color contains mainly: blue. Hex color #9F64CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F64CD is #609B32. Grayscale: #818181. Windows color (decimal): -6331187 or 13460639. OLE color: 13460639.

HSL color Cylindrical-coordinate representation of color #9F64CD: hue angle of 273.71º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9F64CD is Cyan = 0.22, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB159100205-
CMYK0.220.5100.20
HSL273.71º51.22%59.8%-
HSV(B)273.71º51.22%80.39%-
XYZ29.8720.8960.22-
YUV129.61170.55148.96-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 34.27%
GREEN value IS 100 (39.45% from 255) = 21.55%
BLUE value IS 205 (80.47% from 255) = 44.18%
R=34.27%
G=21.55%
B=44.18%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1591002050.220.5100.20273.7151.2259.8
Hex9F64CD1633014112333c
Octal23714431526630244226374
Binary1001111111001001100110110110110011010100100010010110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F64CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9F64CD; }

 p { color: rgb(159,100,205); }

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

<style>
 a { background-color: #9F64CD; }

 a { background-color: rgb(159,100,205); }

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

<style>
 span { border-color: #9F64CD; }

 span { border-color: rgb(159,100,205); }

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