#8F64CD

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

Shades of Amethyst #8F64CD

Tints of Amethyst #8F64CD

Color information

#8F64CD (or 0x8F64CD) is unknown color: approx Amethyst. HEX triplet: 8F, 64 and CD. RGB value is (143,100,205). Sum of RGB (Red+Green+Blue) = 143+100+205=448 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.92% from 448); Green value is 100 (39.45% from 255 or 22.32% from 448); Blue value is 205 (80.47% from 255 or 45.76% from 448); Max value from RGB is 205 - color contains mainly: blue. Hex color #8F64CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F64CD is #709B32. Grayscale: #7C7C7C. Windows color (decimal): -7379763 or 13460623. OLE color: 13460623.

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

Color convert

RGB143100205-
CMYK0.300.5100.20
HSL264.57º51.22%59.8%-
HSV(B)264.57º51.22%80.39%-
XYZ26.919.3660.08-
YUV124.83173.25140.96-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 31.92%
GREEN value IS 100 (39.45% from 255) = 22.32%
BLUE value IS 205 (80.47% from 255) = 45.76%
R=31.92%
G=22.32%
B=45.76%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1431002050.300.5100.20264.5751.2259.8
Hex8F64CD1E33014109333c
Octal21714431536630244116374
Binary1000111111001001100110111110110011010100100001001110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F64CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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