#9F63D6

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

Shades of Amethyst #9F63D6

Tints of Amethyst #9F63D6

Color information

#9F63D6 (or 0x9F63D6) is unknown color: approx Amethyst. HEX triplet: 9F, 63 and D6. RGB value is (159,99,214). Sum of RGB (Red+Green+Blue) = 159+99+214=472 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.69% from 472); Green value is 99 (39.06% from 255 or 20.97% from 472); Blue value is 214 (83.98% from 255 or 45.34% from 472); Max value from RGB is 214 - color contains mainly: blue. Hex color #9F63D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F63D6 is #609C29. Grayscale: #818181. Windows color (decimal): -6331434 or 14050207. OLE color: 14050207.

HSL color Cylindrical-coordinate representation of color #9F63D6: hue angle of 271.3º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9F63D6 is Cyan = 0.26, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB15999214-
CMYK0.260.5400.16
HSL271.3º58.38%61.37%-
HSV(B)271.3º53.74%83.92%-
XYZ30.921.1566.07-
YUV130.05175.38148.65-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 33.69%
GREEN value IS 99 (39.06% from 255) = 20.97%
BLUE value IS 214 (83.98% from 255) = 45.34%
R=33.69%
G=20.97%
B=45.34%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal159992140.260.5400.16271.358.3861.37
Hex9F63D61A3601010f3a3d
Octal23714332632660204177275
Binary1001111111000111101011011010110110010000100001111111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F63D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,99,214); }

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

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

 a { background-color: rgb(159,99,214); }

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

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

 span { border-color: rgb(159,99,214); }

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