#8559ce

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

Shades of Amethyst #8559CE

Tints of Amethyst #8559CE

Color information

#8559CE (or 0x8559CE) is unknown color: approx Amethyst. HEX triplet: 85, 59 and CE. RGB value is (133,89,206). Sum of RGB (Red+Green+Blue) = 133+89+206=428 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.07% from 428); Green value is 89 (35.16% from 255 or 20.79% from 428); Blue value is 206 (80.86% from 255 or 48.13% from 428); Max value from RGB is 206 - color contains mainly: blue. Hex color #8559CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8559CE is #7AA631. Grayscale: #737373. Windows color (decimal): -8037938 or 13523333. OLE color: 13523333.

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

Color convert

RGB13389206-
CMYK0.350.5700.19
HSL262.56º54.42%57.84%-
HSV(B)262.56º56.8%80.78%-
XYZ24.3916.5960.31-
YUV115.49179.08140.49-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.07%
GREEN value IS 89 (35.16% from 255) = 20.79%
BLUE value IS 206 (80.86% from 255) = 48.13%
R=31.07%
G=20.79%
B=48.13%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal133892060.350.5700.19262.5654.4257.84
Hex8559CE2339013107363a
Octal20513131643710234076672
Binary10000101101100111001110100011111001010011100000111110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8559ce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,89,206); }

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

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

 a { background-color: rgb(133,89,206); }

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

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

 span { border-color: rgb(133,89,206); }

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