#8E63CA

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

Shades of Amethyst #8E63CA

Tints of Amethyst #8E63CA

Color information

#8E63CA (or 0x8E63CA) is unknown color: approx Amethyst. HEX triplet: 8E, 63 and CA. RGB value is (142,99,202). Sum of RGB (Red+Green+Blue) = 142+99+202=443 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.05% from 443); Green value is 99 (39.06% from 255 or 22.35% from 443); Blue value is 202 (79.30% from 255 or 45.60% from 443); Max value from RGB is 202 - color contains mainly: blue. Hex color #8E63CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E63CA is #719C35. Grayscale: #7B7B7B. Windows color (decimal): -7445558 or 13263758. OLE color: 13263758.

HSL color Cylindrical-coordinate representation of color #8E63CA: hue angle of 265.05º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8E63CA is Cyan = 0.30, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB14299202-
CMYK0.300.5100.21
HSL265.05º49.28%59.02%-
HSV(B)265.05º50.99%79.22%-
XYZ26.2818.9458.15-
YUV123.6172.25141.12-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 32.05%
GREEN value IS 99 (39.06% from 255) = 22.35%
BLUE value IS 202 (79.30% from 255) = 45.60%
R=32.05%
G=22.35%
B=45.60%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal142992020.300.5100.21265.0549.2859.02
Hex8E63CA1E33015109313b
Octal21614331236630254116173
Binary1000111011000111100101011110110011010101100001001110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E63CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,99,202); }

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

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

 a { background-color: rgb(142,99,202); }

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

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

 span { border-color: rgb(142,99,202); }

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