#8F60C5

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

Shades of Amethyst #8F60C5

Tints of Amethyst #8F60C5

Color information

#8F60C5 (or 0x8F60C5) is unknown color: approx Amethyst. HEX triplet: 8F, 60 and C5. RGB value is (143,96,197). Sum of RGB (Red+Green+Blue) = 143+96+197=436 (57% of max value = 765). Red value is 143 (56.25% from 255 or 32.80% from 436); Green value is 96 (37.89% from 255 or 22.02% from 436); Blue value is 197 (77.34% from 255 or 45.18% from 436); Max value from RGB is 197 - color contains mainly: blue. Hex color #8F60C5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F60C5 is #709F3A. Grayscale: #797979. Windows color (decimal): -7380795 or 12935311. OLE color: 12935311.

HSL color Cylindrical-coordinate representation of color #8F60C5: hue angle of 267.92º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8F60C5 is Cyan = 0.27, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB14396197-
CMYK0.270.5100.23
HSL267.92º46.54%57.45%-
HSV(B)267.92º51.27%77.25%-
XYZ25.5918.2454.99-
YUV121.57170.57143.29-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 32.80%
GREEN value IS 96 (37.89% from 255) = 22.02%
BLUE value IS 197 (77.34% from 255) = 45.18%
R=32.80%
G=22.02%
B=45.18%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal143961970.270.5100.23267.9246.5457.45
Hex8F60C51B3301710c2f39
Octal21714030533630274145771
Binary1000111111000001100010111011110011010111100001100101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F60C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8F60C5; }

 p { color: rgb(143,96,197); }

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

<style>
 a { background-color: #8F60C5; }

 a { background-color: rgb(143,96,197); }

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

<style>
 span { border-color: #8F60C5; }

 span { border-color: rgb(143,96,197); }

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