#9F6CD6

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

Shades of Amethyst #9F6CD6

Tints of Amethyst #9F6CD6

Color information

#9F6CD6 (or 0x9F6CD6) is unknown color: approx Amethyst. HEX triplet: 9F, 6C and D6. RGB value is (159,108,214). Sum of RGB (Red+Green+Blue) = 159+108+214=481 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.06% from 481); Green value is 108 (42.58% from 255 or 22.45% from 481); Blue value is 214 (83.98% from 255 or 44.49% from 481); Max value from RGB is 214 - color contains mainly: blue. Hex color #9F6CD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F6CD6 is #609329. Grayscale: #868686. Windows color (decimal): -6329130 or 14052511. OLE color: 14052511.

HSL color Cylindrical-coordinate representation of color #9F6CD6: hue angle of 268.87º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9F6CD6 is Cyan = 0.26, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB159108214-
CMYK0.260.5000.16
HSL268.87º56.38%63.14%-
HSV(B)268.87º49.53%83.92%-
XYZ31.822.9566.37-
YUV135.33172.4144.88-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 33.06%
GREEN value IS 108 (42.58% from 255) = 22.45%
BLUE value IS 214 (83.98% from 255) = 44.49%
R=33.06%
G=22.45%
B=44.49%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1591082140.260.5000.16268.8756.3863.14
Hex9F6CD61A3201010d383f
Octal23715432632620204157077
Binary1001111111011001101011011010110010010000100001101111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F6CD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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