#8C59D1

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

Shades of Amethyst #8C59D1

Tints of Amethyst #8C59D1

Color information

#8C59D1 (or 0x8C59D1) is unknown color: approx Amethyst. HEX triplet: 8C, 59 and D1. RGB value is (140,89,209). Sum of RGB (Red+Green+Blue) = 140+89+209=438 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.96% from 438); Green value is 89 (35.16% from 255 or 20.32% from 438); Blue value is 209 (82.03% from 255 or 47.72% from 438); Max value from RGB is 209 - color contains mainly: blue. Hex color #8C59D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C59D1 is #73A62E. Grayscale: #757575. Windows color (decimal): -7579183 or 13719948. OLE color: 13719948.

HSL color Cylindrical-coordinate representation of color #8C59D1: hue angle of 265.5º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8C59D1 is Cyan = 0.33, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB14089209-
CMYK0.330.5700.18
HSL265.5º56.6%58.43%-
HSV(B)265.5º57.42%81.96%-
XYZ25.917.3262.3-
YUV117.93179.4143.74-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 31.96%
GREEN value IS 89 (35.16% from 255) = 20.32%
BLUE value IS 209 (82.03% from 255) = 47.72%
R=31.96%
G=20.32%
B=47.72%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal140892090.330.5700.18265.556.658.43
Hex8C59D1213901210a393a
Octal21413132141710224127172
Binary10001100101100111010001100001111001010010100001010111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C59D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C59D1; }

 p { color: rgb(140,89,209); }

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

<style>
 a { background-color: #8C59D1; }

 a { background-color: rgb(140,89,209); }

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

<style>
 span { border-color: #8C59D1; }

 span { border-color: rgb(140,89,209); }

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