#8754CE

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

Shades of Amethyst #8754CE

Tints of Amethyst #8754CE

Color information

#8754CE (or 0x8754CE) is unknown color: approx Amethyst. HEX triplet: 87, 54 and CE. RGB value is (135,84,206). Sum of RGB (Red+Green+Blue) = 135+84+206=425 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.76% from 425); Green value is 84 (33.20% from 255 or 19.76% from 425); Blue value is 206 (80.86% from 255 or 48.47% from 425); Max value from RGB is 206 - color contains mainly: blue. Hex color #8754CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8754CE is #78AB31. Grayscale: #707070. Windows color (decimal): -7908146 or 13522055. OLE color: 13522055.

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

Color convert

RGB13584206-
CMYK0.340.5900.19
HSL265.08º55.45%56.86%-
HSV(B)265.08º59.22%80.78%-
XYZ24.315.9560.19-
YUV113.16180.4143.58-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.76%
GREEN value IS 84 (33.20% from 255) = 19.76%
BLUE value IS 206 (80.86% from 255) = 48.47%
R=31.76%
G=19.76%
B=48.47%

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
Decimal135842060.340.5900.19265.0855.4556.86
Hex8754CE223B0131093739
Octal20712431642730234116771
Binary10000111101010011001110100010111011010011100001001110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8754CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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