#8B60D1

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

Shades of Amethyst #8B60D1

Tints of Amethyst #8B60D1

Color information

#8B60D1 (or 0x8B60D1) is unknown color: approx Amethyst. HEX triplet: 8B, 60 and D1. RGB value is (139,96,209). Sum of RGB (Red+Green+Blue) = 139+96+209=444 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.31% from 444); Green value is 96 (37.89% from 255 or 21.62% from 444); Blue value is 209 (82.03% from 255 or 47.07% from 444); Max value from RGB is 209 - color contains mainly: blue. Hex color #8B60D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B60D1 is #749F2E. Grayscale: #797979. Windows color (decimal): -7642927 or 13721739. OLE color: 13721739.

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

Color convert

RGB13996209-
CMYK0.330.5400.18
HSL262.83º55.12%59.8%-
HSV(B)262.83º54.07%81.96%-
XYZ26.3418.4662.5-
YUV121.74177.25140.31-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 31.31%
GREEN value IS 96 (37.89% from 255) = 21.62%
BLUE value IS 209 (82.03% from 255) = 47.07%
R=31.31%
G=21.62%
B=47.07%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal139962090.330.5400.18262.8355.1259.8
Hex8B60D12136012107373c
Octal21314032141660224076774
Binary10001011110000011010001100001110110010010100000111110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B60D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,96,209); }

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

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

 a { background-color: rgb(139,96,209); }

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

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

 span { border-color: rgb(139,96,209); }

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