#8B4ECF

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

Shades of Amethyst #8B4ECF

Tints of Amethyst #8B4ECF

Color information

#8B4ECF (or 0x8B4ECF) is unknown color: approx Amethyst. HEX triplet: 8B, 4E and CF. RGB value is (139,78,207). Sum of RGB (Red+Green+Blue) = 139+78+207=424 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.78% from 424); Green value is 78 (30.86% from 255 or 18.40% from 424); Blue value is 207 (81.25% from 255 or 48.82% from 424); Max value from RGB is 207 - color contains mainly: blue. Hex color #8B4ECF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B4ECF is #74B130. Grayscale: #6E6E6E. Windows color (decimal): -7647537 or 13586059. OLE color: 13586059.

HSL color Cylindrical-coordinate representation of color #8B4ECF: hue angle of 268.37º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8B4ECF is Cyan = 0.33, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB13978207-
CMYK0.330.6200.19
HSL268.37º57.33%55.88%-
HSV(B)268.37º62.32%81.18%-
XYZ24.6315.4460.71-
YUV110.94182.21148.01-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 32.78%
GREEN value IS 78 (30.86% from 255) = 18.40%
BLUE value IS 207 (81.25% from 255) = 48.82%
R=32.78%
G=18.40%
B=48.82%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal139782070.330.6200.19268.3757.3355.88
Hex8B4ECF213E01310c3938
Octal21311631741760234147170
Binary10001011100111011001111100001111110010011100001100111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4ECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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