#8F64CF

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

Shades of Amethyst #8F64CF

Tints of Amethyst #8F64CF

Color information

#8F64CF (or 0x8F64CF) is unknown color: approx Amethyst. HEX triplet: 8F, 64 and CF. RGB value is (143,100,207). Sum of RGB (Red+Green+Blue) = 143+100+207=450 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.78% from 450); Green value is 100 (39.45% from 255 or 22.22% from 450); Blue value is 207 (81.25% from 255 or 46% from 450); Max value from RGB is 207 - color contains mainly: blue. Hex color #8F64CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F64CF is #709B30. Grayscale: #7C7C7C. Windows color (decimal): -7379761 or 13591695. OLE color: 13591695.

HSL color Cylindrical-coordinate representation of color #8F64CF: hue angle of 264.11º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8F64CF is Cyan = 0.31, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB143100207-
CMYK0.310.5200.19
HSL264.11º52.71%60.2%-
HSV(B)264.11º51.69%81.18%-
XYZ27.1519.4661.36-
YUV125.06174.25140.8-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 31.78%
GREEN value IS 100 (39.45% from 255) = 22.22%
BLUE value IS 207 (81.25% from 255) = 46%
R=31.78%
G=22.22%
B=46%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1431002070.310.5200.19264.1152.7160.2
Hex8F64CF1F34013108353c
Octal21714431737640234106574
Binary1000111111001001100111111111110100010011100001000110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F64CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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