#8854CE

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

Shades of Amethyst #8854CE

Tints of Amethyst #8854CE

Color information

#8854CE (or 0x8854CE) is unknown color: approx Amethyst. HEX triplet: 88, 54 and CE. RGB value is (136,84,206). Sum of RGB (Red+Green+Blue) = 136+84+206=426 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.92% from 426); Green value is 84 (33.20% from 255 or 19.72% from 426); Blue value is 206 (80.86% from 255 or 48.36% from 426); Max value from RGB is 206 - color contains mainly: blue. Hex color #8854CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8854CE is #77AB31. Grayscale: #717171. Windows color (decimal): -7842610 or 13522056. OLE color: 13522056.

HSL color Cylindrical-coordinate representation of color #8854CE: hue angle of 265.57º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8854CE is Cyan = 0.34, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB13684206-
CMYK0.340.5900.19
HSL265.57º55.45%56.86%-
HSV(B)265.57º59.22%80.78%-
XYZ24.4616.0360.2-
YUV113.46180.23144.08-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.92%
GREEN value IS 84 (33.20% from 255) = 19.72%
BLUE value IS 206 (80.86% from 255) = 48.36%
R=31.92%
G=19.72%
B=48.36%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal136842060.340.5900.19265.5755.4556.86
Hex8854CE223B01310a3739
Octal21012431642730234126771
Binary10001000101010011001110100010111011010011100001010110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8854CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8854CE; }

 p { color: rgb(136,84,206); }

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

<style>
 a { background-color: #8854CE; }

 a { background-color: rgb(136,84,206); }

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

<style>
 span { border-color: #8854CE; }

 span { border-color: rgb(136,84,206); }

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