#9F73CC

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

Shades of Amethyst #9F73CC

Tints of Amethyst #9F73CC

Color information

#9F73CC (or 0x9F73CC) is unknown color: approx Amethyst. HEX triplet: 9F, 73 and CC. RGB value is (159,115,204). Sum of RGB (Red+Green+Blue) = 159+115+204=478 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.26% from 478); Green value is 115 (45.31% from 255 or 24.06% from 478); Blue value is 204 (80.08% from 255 or 42.68% from 478); Max value from RGB is 204 - color contains mainly: blue. Hex color #9F73CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F73CC is #608C33. Grayscale: #898989. Windows color (decimal): -6327348 or 13398943. OLE color: 13398943.

HSL color Cylindrical-coordinate representation of color #9F73CC: hue angle of 269.66º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9F73CC is Cyan = 0.22, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB159115204-
CMYK0.220.4400.2
HSL269.66º46.6%62.55%-
HSV(B)269.66º43.63%80%-
XYZ31.3323.9960.11-
YUV138.3165.08142.76-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 33.26%
GREEN value IS 115 (45.31% from 255) = 24.06%
BLUE value IS 204 (80.08% from 255) = 42.68%
R=33.26%
G=24.06%
B=42.68%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1591152040.220.4400.2269.6646.662.55
Hex9F73CC162C01410e2f3f
Octal23716331426540244165777
Binary1001111111100111100110010110101100010100100001110101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F73CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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