#8A4ECF

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

Shades of Amethyst #8A4ECF

Tints of Amethyst #8A4ECF

Color information

#8A4ECF (or 0x8A4ECF) is unknown color: approx Amethyst. HEX triplet: 8A, 4E and CF. RGB value is (138,78,207). Sum of RGB (Red+Green+Blue) = 138+78+207=423 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.62% from 423); Green value is 78 (30.86% from 255 or 18.44% from 423); Blue value is 207 (81.25% from 255 or 48.94% from 423); Max value from RGB is 207 - color contains mainly: blue. Hex color #8A4ECF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A4ECF is #75B130. Grayscale: #6E6E6E. Windows color (decimal): -7713073 or 13586058. OLE color: 13586058.

HSL color Cylindrical-coordinate representation of color #8A4ECF: hue angle of 267.91º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8A4ECF is Cyan = 0.33, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB13878207-
CMYK0.330.6200.19
HSL267.91º57.33%55.88%-
HSV(B)267.91º62.32%81.18%-
XYZ24.4715.3660.71-
YUV110.65182.38147.51-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.62%
GREEN value IS 78 (30.86% from 255) = 18.44%
BLUE value IS 207 (81.25% from 255) = 48.94%
R=32.62%
G=18.44%
B=48.94%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal138782070.330.6200.19267.9157.3355.88
Hex8A4ECF213E01310c3938
Octal21211631741760234147170
Binary10001010100111011001111100001111110010011100001100111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A4ECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,78,207); }

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

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

 a { background-color: rgb(138,78,207); }

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

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

 span { border-color: rgb(138,78,207); }

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