#9F74CE

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

Shades of Amethyst #9F74CE

Tints of Amethyst #9F74CE

Color information

#9F74CE (or 0x9F74CE) is unknown color: approx Amethyst. HEX triplet: 9F, 74 and CE. RGB value is (159,116,206). Sum of RGB (Red+Green+Blue) = 159+116+206=481 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.06% from 481); Green value is 116 (45.70% from 255 or 24.12% from 481); Blue value is 206 (80.86% from 255 or 42.83% from 481); Max value from RGB is 206 - color contains mainly: blue. Hex color #9F74CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F74CE is #608B31. Grayscale: #8A8A8A. Windows color (decimal): -6327090 or 13530271. OLE color: 13530271.

HSL color Cylindrical-coordinate representation of color #9F74CE: hue angle of 268.67º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9F74CE is Cyan = 0.23, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB159116206-
CMYK0.230.4400.19
HSL268.67º47.87%63.14%-
HSV(B)268.67º43.69%80.78%-
XYZ31.6824.3261.42-
YUV139.12165.75142.18-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 33.06%
GREEN value IS 116 (45.70% from 255) = 24.12%
BLUE value IS 206 (80.86% from 255) = 42.83%
R=33.06%
G=24.12%
B=42.83%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1591162060.230.4400.19268.6747.8763.14
Hex9F74CE172C01310d303f
Octal23716431627540234156077
Binary1001111111101001100111010111101100010011100001101110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F74CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,116,206); }

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

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

 a { background-color: rgb(159,116,206); }

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

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

 span { border-color: rgb(159,116,206); }

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