#8B4ECD

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

Shades of Amethyst #8B4ECD

Tints of Amethyst #8B4ECD

Color information

#8B4ECD (or 0x8B4ECD) is unknown color: approx Amethyst. HEX triplet: 8B, 4E and CD. RGB value is (139,78,205). Sum of RGB (Red+Green+Blue) = 139+78+205=422 (55% of max value = 765). Red value is 139 (54.69% from 255 or 32.94% from 422); Green value is 78 (30.86% from 255 or 18.48% from 422); Blue value is 205 (80.47% from 255 or 48.58% from 422); Max value from RGB is 205 - color contains mainly: blue. Hex color #8B4ECD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B4ECD is #74B132. Grayscale: #6E6E6E. Windows color (decimal): -7647539 or 13454987. OLE color: 13454987.

HSL color Cylindrical-coordinate representation of color #8B4ECD: hue angle of 268.82º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8B4ECD is Cyan = 0.32, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB13978205-
CMYK0.320.6200.20
HSL268.82º55.95%55.49%-
HSV(B)268.82º61.95%80.39%-
XYZ24.3915.3559.43-
YUV110.72181.21148.17-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 32.94%
GREEN value IS 78 (30.86% from 255) = 18.48%
BLUE value IS 205 (80.47% from 255) = 48.58%
R=32.94%
G=18.48%
B=48.58%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal139782050.320.6200.20268.8255.9555.49
Hex8B4ECD203E01410d3837
Octal21311631540760244157067
Binary10001011100111011001101100000111110010100100001101111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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