#9F63DC

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

Shades of Amethyst #9F63DC

Tints of Amethyst #9F63DC

Color information

#9F63DC (or 0x9F63DC) is unknown color: approx Amethyst. HEX triplet: 9F, 63 and DC. RGB value is (159,99,220). Sum of RGB (Red+Green+Blue) = 159+99+220=478 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.26% from 478); Green value is 99 (39.06% from 255 or 20.71% from 478); Blue value is 220 (86.33% from 255 or 46.03% from 478); Max value from RGB is 220 - color contains mainly: blue. Hex color #9F63DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F63DC is #609C23. Grayscale: #828282. Windows color (decimal): -6331428 or 14443423. OLE color: 14443423.

HSL color Cylindrical-coordinate representation of color #9F63DC: hue angle of 269.75º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9F63DC is Cyan = 0.28, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB15999220-
CMYK0.280.5500.14
HSL269.75º63.35%62.55%-
HSV(B)269.75º55%86.27%-
XYZ31.6821.4670.18-
YUV130.73178.38148.16-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 33.26%
GREEN value IS 99 (39.06% from 255) = 20.71%
BLUE value IS 220 (86.33% from 255) = 46.03%
R=33.26%
G=20.71%
B=46.03%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal159992200.280.5500.14269.7563.3562.55
Hex9F63DC1C370E10e3f3f
Octal23714333434670164167777
Binary100111111100011110111001110011011101110100001110111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F63DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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