#8E64CC

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

Shades of Amethyst #8E64CC

Tints of Amethyst #8E64CC

Color information

#8E64CC (or 0x8E64CC) is unknown color: approx Amethyst. HEX triplet: 8E, 64 and CC. RGB value is (142,100,204). Sum of RGB (Red+Green+Blue) = 142+100+204=446 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.84% from 446); Green value is 100 (39.45% from 255 or 22.42% from 446); Blue value is 204 (80.08% from 255 or 45.74% from 446); Max value from RGB is 204 - color contains mainly: blue. Hex color #8E64CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E64CC is #719B33. Grayscale: #7C7C7C. Windows color (decimal): -7445300 or 13395086. OLE color: 13395086.

HSL color Cylindrical-coordinate representation of color #8E64CC: hue angle of 264.23º degrees, saturation: 0.5, 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 #8E64CC is Cyan = 0.30, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB142100204-
CMYK0.300.5100.2
HSL264.23º50.49%59.61%-
HSV(B)264.23º50.98%80%-
XYZ26.6119.2259.43-
YUV124.41172.91140.54-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 31.84%
GREEN value IS 100 (39.45% from 255) = 22.42%
BLUE value IS 204 (80.08% from 255) = 45.74%
R=31.84%
G=22.42%
B=45.74%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1421002040.300.5100.2264.2350.4959.61
Hex8E64CC1E33014108323c
Octal21614431436630244106274
Binary1000111011001001100110011110110011010100100001000110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E64CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,100,204); }

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

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

 a { background-color: rgb(142,100,204); }

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

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

 span { border-color: rgb(142,100,204); }

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