#8F61C0

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

Shades of Amethyst #8F61C0

Tints of Amethyst #8F61C0

Color information

#8F61C0 (or 0x8F61C0) is unknown color: approx Amethyst. HEX triplet: 8F, 61 and C0. RGB value is (143,97,192). Sum of RGB (Red+Green+Blue) = 143+97+192=432 (57% of max value = 765). Red value is 143 (56.25% from 255 or 33.10% from 432); Green value is 97 (38.28% from 255 or 22.45% from 432); Blue value is 192 (75.39% from 255 or 44.44% from 432); Max value from RGB is 192 - color contains mainly: blue. Hex color #8F61C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F61C0 is #709E3F. Grayscale: #797979. Windows color (decimal): -7380544 or 12607887. OLE color: 12607887.

HSL color Cylindrical-coordinate representation of color #8F61C0: hue angle of 269.05º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8F61C0 is Cyan = 0.26, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14397192-
CMYK0.260.4900.25
HSL269.05º42.99%56.67%-
HSV(B)269.05º49.48%75.29%-
XYZ25.1218.1952.06-
YUV121.58167.74143.28-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 33.10%
GREEN value IS 97 (38.28% from 255) = 22.45%
BLUE value IS 192 (75.39% from 255) = 44.44%
R=33.10%
G=22.45%
B=44.44%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal143971920.260.4900.25269.0542.9956.67
Hex8F61C01A3101910d2b39
Octal21714130032610314155371
Binary1000111111000011100000011010110001011001100001101101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F61C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,97,192); }

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

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

 a { background-color: rgb(143,97,192); }

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

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

 span { border-color: rgb(143,97,192); }

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