#8B60D0

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

Shades of Amethyst #8B60D0

Tints of Amethyst #8B60D0

Color information

#8B60D0 (or 0x8B60D0) is unknown color: approx Amethyst. HEX triplet: 8B, 60 and D0. RGB value is (139,96,208). Sum of RGB (Red+Green+Blue) = 139+96+208=443 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.38% from 443); Green value is 96 (37.89% from 255 or 21.67% from 443); Blue value is 208 (81.64% from 255 or 46.95% from 443); Max value from RGB is 208 - color contains mainly: blue. Hex color #8B60D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B60D0 is #749F2F. Grayscale: #797979. Windows color (decimal): -7642928 or 13656203. OLE color: 13656203.

HSL color Cylindrical-coordinate representation of color #8B60D0: hue angle of 263.04º degrees, saturation: 0.54, 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 #8B60D0 is Cyan = 0.33, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB13996208-
CMYK0.330.5400.18
HSL263.04º54.37%59.61%-
HSV(B)263.04º53.85%81.57%-
XYZ26.2218.4161.85-
YUV121.62176.75140.39-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 31.38%
GREEN value IS 96 (37.89% from 255) = 21.67%
BLUE value IS 208 (81.64% from 255) = 46.95%
R=31.38%
G=21.67%
B=46.95%

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
Decimal139962080.330.5400.18263.0454.3759.61
Hex8B60D02136012107363c
Octal21314032041660224076674
Binary10001011110000011010000100001110110010010100000111110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B60D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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