#8954ce

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

Shades of Amethyst #8954CE

Tints of Amethyst #8954CE

Color information

#8954CE (or 0x8954CE) is unknown color: approx Amethyst. HEX triplet: 89, 54 and CE. RGB value is (137,84,206). Sum of RGB (Red+Green+Blue) = 137+84+206=427 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.08% from 427); Green value is 84 (33.20% from 255 or 19.67% from 427); Blue value is 206 (80.86% from 255 or 48.24% from 427); Max value from RGB is 206 - color contains mainly: blue. Hex color #8954CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8954CE is #76AB31. Grayscale: #717171. Windows color (decimal): -7777074 or 13522057. OLE color: 13522057.

HSL color Cylindrical-coordinate representation of color #8954CE: hue angle of 266.07º 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 #8954CE is Cyan = 0.33, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB13784206-
CMYK0.330.5900.19
HSL266.07º55.45%56.86%-
HSV(B)266.07º59.22%80.78%-
XYZ24.6316.1260.21-
YUV113.76180.06144.58-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 32.08%
GREEN value IS 84 (33.20% from 255) = 19.67%
BLUE value IS 206 (80.86% from 255) = 48.24%
R=32.08%
G=19.67%
B=48.24%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal137842060.330.5900.19266.0755.4556.86
Hex8954CE213B01310a3739
Octal21112431641730234126771
Binary10001001101010011001110100001111011010011100001010110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8954ce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8954ce; }

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

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

<style>
 a { background-color: #8954ce; }

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

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

<style>
 span { border-color: #8954ce; }

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

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