#8559C9

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

Shades of Amethyst #8559C9

Tints of Amethyst #8559C9

Color information

#8559C9 (or 0x8559C9) is unknown color: approx Amethyst. HEX triplet: 85, 59 and C9. RGB value is (133,89,201). Sum of RGB (Red+Green+Blue) = 133+89+201=423 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.44% from 423); Green value is 89 (35.16% from 255 or 21.04% from 423); Blue value is 201 (78.91% from 255 or 47.52% from 423); Max value from RGB is 201 - color contains mainly: blue. Hex color #8559C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8559C9 is #7AA636. Grayscale: #727272. Windows color (decimal): -8037943 or 13195653. OLE color: 13195653.

HSL color Cylindrical-coordinate representation of color #8559C9: hue angle of 263.57º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8559C9 is Cyan = 0.34, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB13389201-
CMYK0.340.5600.21
HSL263.57º50.91%56.86%-
HSV(B)263.57º55.72%78.82%-
XYZ23.7916.3557.16-
YUV114.92176.58140.89-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.44%
GREEN value IS 89 (35.16% from 255) = 21.04%
BLUE value IS 201 (78.91% from 255) = 47.52%
R=31.44%
G=21.04%
B=47.52%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal133892010.340.5600.21263.5750.9156.86
Hex8559C922380151083339
Octal20513131142700254106371
Binary10000101101100111001001100010111000010101100001000110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8559C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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