#8F55CD

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

Shades of Amethyst #8F55CD

Tints of Amethyst #8F55CD

Color information

#8F55CD (or 0x8F55CD) is unknown color: approx Amethyst. HEX triplet: 8F, 55 and CD. RGB value is (143,85,205). Sum of RGB (Red+Green+Blue) = 143+85+205=433 (57% of max value = 765). Red value is 143 (56.25% from 255 or 33.03% from 433); Green value is 85 (33.59% from 255 or 19.63% from 433); Blue value is 205 (80.47% from 255 or 47.34% from 433); Max value from RGB is 205 - color contains mainly: blue. Hex color #8F55CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F55CD is #70AA32. Grayscale: #737373. Windows color (decimal): -7383603 or 13456783. OLE color: 13456783.

HSL color Cylindrical-coordinate representation of color #8F55CD: hue angle of 269º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8F55CD is Cyan = 0.30, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB14385205-
CMYK0.300.5900.20
HSL269º54.55%56.86%-
HSV(B)269º58.54%80.39%-
XYZ25.616.7459.64-
YUV116.02178.22147.24-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 33.03%
GREEN value IS 85 (33.59% from 255) = 19.63%
BLUE value IS 205 (80.47% from 255) = 47.34%
R=33.03%
G=19.63%
B=47.34%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal143852050.300.5900.2026954.5556.86
Hex8F55CD1E3B01410d3739
Octal21712531536730244156771
Binary1000111110101011100110111110111011010100100001101110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F55CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,85,205); }

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

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

 a { background-color: rgb(143,85,205); }

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

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

 span { border-color: rgb(143,85,205); }

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