#8A56C4

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

Shades of Amethyst #8A56C4

Tints of Amethyst #8A56C4

Color information

#8A56C4 (or 0x8A56C4) is unknown color: approx Amethyst. HEX triplet: 8A, 56 and C4. RGB value is (138,86,196). Sum of RGB (Red+Green+Blue) = 138+86+196=420 (55% of max value = 765). Red value is 138 (54.30% from 255 or 32.86% from 420); Green value is 86 (33.98% from 255 or 20.48% from 420); Blue value is 196 (76.95% from 255 or 46.67% from 420); Max value from RGB is 196 - color contains mainly: blue. Hex color #8A56C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A56C4 is #75A93B. Grayscale: #717171. Windows color (decimal): -7711036 or 12867210. OLE color: 12867210.

HSL color Cylindrical-coordinate representation of color #8A56C4: hue angle of 268.36º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8A56C4 is Cyan = 0.30, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB13886196-
CMYK0.300.5600.23
HSL268.36º48.25%55.29%-
HSV(B)268.36º56.12%76.86%-
XYZ23.7716.0454.07-
YUV114.09174.23145.06-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.86%
GREEN value IS 86 (33.98% from 255) = 20.48%
BLUE value IS 196 (76.95% from 255) = 46.67%
R=32.86%
G=20.48%
B=46.67%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal138861960.300.5600.23268.3648.2555.29
Hex8A56C41E3801710c3037
Octal21212630436700274146067
Binary1000101010101101100010011110111000010111100001100110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A56C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,86,196); }

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

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

 a { background-color: rgb(138,86,196); }

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

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

 span { border-color: rgb(138,86,196); }

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