#8F5ECC

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

Shades of Amethyst #8F5ECC

Tints of Amethyst #8F5ECC

Color information

#8F5ECC (or 0x8F5ECC) is unknown color: approx Amethyst. HEX triplet: 8F, 5E and CC. RGB value is (143,94,204). Sum of RGB (Red+Green+Blue) = 143+94+204=441 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.43% from 441); Green value is 94 (37.11% from 255 or 21.32% from 441); Blue value is 204 (80.08% from 255 or 46.26% from 441); Max value from RGB is 204 - color contains mainly: blue. Hex color #8F5ECC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F5ECC is #70A133. Grayscale: #787878. Windows color (decimal): -7381300 or 13393551. OLE color: 13393551.

HSL color Cylindrical-coordinate representation of color #8F5ECC: hue angle of 266.73º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8F5ECC is Cyan = 0.30, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB14394204-
CMYK0.300.5400.2
HSL266.73º51.89%58.43%-
HSV(B)266.73º53.92%80%-
XYZ26.2318.259.26-
YUV121.19174.73143.56-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 32.43%
GREEN value IS 94 (37.11% from 255) = 21.32%
BLUE value IS 204 (80.08% from 255) = 46.26%
R=32.43%
G=21.32%
B=46.26%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal143942040.300.5400.2266.7351.8958.43
Hex8F5ECC1E3601410b343a
Octal21713631436660244136472
Binary1000111110111101100110011110110110010100100001011110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F5ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,94,204); }

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

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

 a { background-color: rgb(143,94,204); }

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

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

 span { border-color: rgb(143,94,204); }

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