#8B4EDF

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

Shades of Amethyst #8B4EDF

Tints of Amethyst #8B4EDF

Color information

#8B4EDF (or 0x8B4EDF) is unknown color: approx Amethyst. HEX triplet: 8B, 4E and DF. RGB value is (139,78,223). Sum of RGB (Red+Green+Blue) = 139+78+223=440 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.59% from 440); Green value is 78 (30.86% from 255 or 17.73% from 440); Blue value is 223 (87.5% from 255 or 50.68% from 440); Max value from RGB is 223 - color contains mainly: blue. Hex color #8B4EDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B4EDF is #74B120. Grayscale: #707070. Windows color (decimal): -7647521 or 14634635. OLE color: 14634635.

HSL color Cylindrical-coordinate representation of color #8B4EDF: hue angle of 265.24º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8B4EDF is Cyan = 0.38, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB13978223-
CMYK0.380.6500.13
HSL265.24º69.38%59.02%-
HSV(B)265.24º65.02%87.45%-
XYZ26.6916.2771.54-
YUV112.77190.21146.71-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 31.59%
GREEN value IS 78 (30.86% from 255) = 17.73%
BLUE value IS 223 (87.5% from 255) = 50.68%
R=31.59%
G=17.73%
B=50.68%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal139782230.380.6500.13265.2469.3859.02
Hex8B4EDF26410D109453b
Octal2131163374610101541110573
Binary100010111001110110111111001101000001011011000010011000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4EDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,78,223); }

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

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

 a { background-color: rgb(139,78,223); }

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

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

 span { border-color: rgb(139,78,223); }

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