#9F6FCF

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

Shades of Amethyst #9F6FCF

Tints of Amethyst #9F6FCF

Color information

#9F6FCF (or 0x9F6FCF) is unknown color: approx Amethyst. HEX triplet: 9F, 6F and CF. RGB value is (159,111,207). Sum of RGB (Red+Green+Blue) = 159+111+207=477 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.33% from 477); Green value is 111 (43.75% from 255 or 23.27% from 477); Blue value is 207 (81.25% from 255 or 43.40% from 477); Max value from RGB is 207 - color contains mainly: blue. Hex color #9F6FCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F6FCF is #609030. Grayscale: #878787. Windows color (decimal): -6328369 or 13594527. OLE color: 13594527.

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

Color convert

RGB159111207-
CMYK0.230.4600.19
HSL270º50%62.35%-
HSV(B)270º46.38%81.18%-
XYZ31.2523.2461.87-
YUV136.3167.9144.19-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 33.33%
GREEN value IS 111 (43.75% from 255) = 23.27%
BLUE value IS 207 (81.25% from 255) = 43.40%
R=33.33%
G=23.27%
B=43.40%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1591112070.230.4600.192705062.35
Hex9F6FCF172E01310e323e
Octal23715731727560234166276
Binary1001111111011111100111110111101110010011100001110110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F6FCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,111,207); }

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

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

 a { background-color: rgb(159,111,207); }

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

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

 span { border-color: rgb(159,111,207); }

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