#9F64CB

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

Shades of Amethyst #9F64CB

Tints of Amethyst #9F64CB

Color information

#9F64CB (or 0x9F64CB) is unknown color: approx Amethyst. HEX triplet: 9F, 64 and CB. RGB value is (159,100,203). Sum of RGB (Red+Green+Blue) = 159+100+203=462 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.42% from 462); Green value is 100 (39.45% from 255 or 21.65% from 462); Blue value is 203 (79.69% from 255 or 43.94% from 462); Max value from RGB is 203 - color contains mainly: blue. Hex color #9F64CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F64CB is #609B34. Grayscale: #818181. Windows color (decimal): -6331189 or 13329567. OLE color: 13329567.

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

Color convert

RGB159100203-
CMYK0.220.5100.20
HSL274.37º49.76%59.41%-
HSV(B)274.37º50.74%79.61%-
XYZ29.6320.858.95-
YUV129.38169.55149.12-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 34.42%
GREEN value IS 100 (39.45% from 255) = 21.65%
BLUE value IS 203 (79.69% from 255) = 43.94%
R=34.42%
G=21.65%
B=43.94%

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
Decimal1591002030.220.5100.20274.3749.7659.41
Hex9F64CB1633014112323b
Octal23714431326630244226273
Binary1001111111001001100101110110110011010100100010010110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F64CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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