#8B5AD6

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

Shades of Amethyst #8B5AD6

Tints of Amethyst #8B5AD6

Color information

#8B5AD6 (or 0x8B5AD6) is unknown color: approx Amethyst. HEX triplet: 8B, 5A and D6. RGB value is (139,90,214). Sum of RGB (Red+Green+Blue) = 139+90+214=443 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.38% from 443); Green value is 90 (35.55% from 255 or 20.32% from 443); Blue value is 214 (83.98% from 255 or 48.31% from 443); Max value from RGB is 214 - color contains mainly: blue. Hex color #8B5AD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B5AD6 is #74A529. Grayscale: #767676. Windows color (decimal): -7644458 or 14047883. OLE color: 14047883.

HSL color Cylindrical-coordinate representation of color #8B5AD6: hue angle of 263.71º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8B5AD6 is Cyan = 0.35, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB13990214-
CMYK0.350.5800.16
HSL263.71º60.19%59.61%-
HSV(B)263.71º57.94%83.92%-
XYZ26.4417.6665.63-
YUV118.79181.73142.42-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 31.38%
GREEN value IS 90 (35.55% from 255) = 20.32%
BLUE value IS 214 (83.98% from 255) = 48.31%
R=31.38%
G=20.32%
B=48.31%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal139902140.350.5800.16263.7160.1959.61
Hex8B5AD6233A0101083c3c
Octal21313232643720204107474
Binary10001011101101011010110100011111010010000100001000111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5AD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,90,214); }

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

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

 a { background-color: rgb(139,90,214); }

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

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

 span { border-color: rgb(139,90,214); }

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