#8f5bc8

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

Shades of Amethyst #8F5BC8

Tints of Amethyst #8F5BC8

Color information

#8F5BC8 (or 0x8F5BC8) is unknown color: approx Amethyst. HEX triplet: 8F, 5B and C8. RGB value is (143,91,200). Sum of RGB (Red+Green+Blue) = 143+91+200=434 (57% of max value = 765). Red value is 143 (56.25% from 255 or 32.95% from 434); Green value is 91 (35.94% from 255 or 20.97% from 434); Blue value is 200 (78.52% from 255 or 46.08% from 434); Max value from RGB is 200 - color contains mainly: blue. Hex color #8F5BC8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F5BC8 is #70A437. Grayscale: #767676. Windows color (decimal): -7382072 or 13130639. OLE color: 13130639.

HSL color Cylindrical-coordinate representation of color #8F5BC8: hue angle of 268.62º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8F5BC8 is Cyan = 0.28, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB14391200-
CMYK0.280.5400.22
HSL268.62º49.77%57.06%-
HSV(B)268.62º54.5%78.43%-
XYZ25.4917.4956.68-
YUV118.97173.73145.14-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 32.95%
GREEN value IS 91 (35.94% from 255) = 20.97%
BLUE value IS 200 (78.52% from 255) = 46.08%
R=32.95%
G=20.97%
B=46.08%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal143912000.280.5400.22268.6249.7757.06
Hex8F5BC81C3601610d3239
Octal21713331034660264156271
Binary1000111110110111100100011100110110010110100001101110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8f5bc8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,91,200); }

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

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

 a { background-color: rgb(143,91,200); }

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

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

 span { border-color: rgb(143,91,200); }

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