#8559C0

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

Shades of Amethyst #8559C0

Tints of Amethyst #8559C0

Color information

#8559C0 (or 0x8559C0) is unknown color: approx Amethyst. HEX triplet: 85, 59 and C0. RGB value is (133,89,192). Sum of RGB (Red+Green+Blue) = 133+89+192=414 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.13% from 414); Green value is 89 (35.16% from 255 or 21.50% from 414); Blue value is 192 (75.39% from 255 or 46.38% from 414); Max value from RGB is 192 - color contains mainly: blue. Hex color #8559C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8559C0 is #7AA63F. Grayscale: #717171. Windows color (decimal): -8037952 or 12605829. OLE color: 12605829.

HSL color Cylindrical-coordinate representation of color #8559C0: hue angle of 265.63º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8559C0 is Cyan = 0.31, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13389192-
CMYK0.310.5400.25
HSL265.63º44.98%55.1%-
HSV(B)265.63º53.65%75.29%-
XYZ22.7615.9451.75-
YUV113.9172.08141.62-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.13%
GREEN value IS 89 (35.16% from 255) = 21.50%
BLUE value IS 192 (75.39% from 255) = 46.38%
R=32.13%
G=21.50%
B=46.38%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal133891920.310.5400.25265.6344.9855.1
Hex8559C01F3601910a2d37
Octal20513130037660314125567
Binary1000010110110011100000011111110110011001100001010101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8559C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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