#9F63CC

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

Shades of Amethyst #9F63CC

Tints of Amethyst #9F63CC

Color information

#9F63CC (or 0x9F63CC) is unknown color: approx Amethyst. HEX triplet: 9F, 63 and CC. RGB value is (159,99,204). Sum of RGB (Red+Green+Blue) = 159+99+204=462 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.42% from 462); Green value is 99 (39.06% from 255 or 21.43% from 462); Blue value is 204 (80.08% from 255 or 44.16% from 462); Max value from RGB is 204 - color contains mainly: blue. Hex color #9F63CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F63CC is #609C33. Grayscale: #808080. Windows color (decimal): -6331444 or 13394847. OLE color: 13394847.

HSL color Cylindrical-coordinate representation of color #9F63CC: hue angle of 274.29º degrees, saturation: 0.51, 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 #9F63CC is Cyan = 0.22, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB15999204-
CMYK0.220.5100.2
HSL274.29º50.72%59.41%-
HSV(B)274.29º51.47%80%-
XYZ29.6620.6559.55-
YUV128.91170.38149.46-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 34.42%
GREEN value IS 99 (39.06% from 255) = 21.43%
BLUE value IS 204 (80.08% from 255) = 44.16%
R=34.42%
G=21.43%
B=44.16%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal159992040.220.5100.2274.2950.7259.41
Hex9F63CC1633014112333b
Octal23714331426630244226373
Binary1001111111000111100110010110110011010100100010010110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F63CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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