#8856D6

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

Shades of Amethyst #8856D6

Tints of Amethyst #8856D6

Color information

#8856D6 (or 0x8856D6) is unknown color: approx Amethyst. HEX triplet: 88, 56 and D6. RGB value is (136,86,214). Sum of RGB (Red+Green+Blue) = 136+86+214=436 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.19% from 436); Green value is 86 (33.98% from 255 or 19.72% from 436); Blue value is 214 (83.98% from 255 or 49.08% from 436); Max value from RGB is 214 - color contains mainly: blue. Hex color #8856D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8856D6 is #77A929. Grayscale: #737373. Windows color (decimal): -7842090 or 14046856. OLE color: 14046856.

HSL color Cylindrical-coordinate representation of color #8856D6: hue angle of 263.44º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8856D6 is Cyan = 0.36, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB13686214-
CMYK0.360.6000.16
HSL263.44º60.95%58.82%-
HSV(B)263.44º59.81%83.92%-
XYZ25.6216.7465.5-
YUV115.54183.56142.59-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.19%
GREEN value IS 86 (33.98% from 255) = 19.72%
BLUE value IS 214 (83.98% from 255) = 49.08%
R=31.19%
G=19.72%
B=49.08%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal136862140.360.6000.16263.4460.9558.82
Hex8856D6243C0101073d3b
Octal21012632644740204077573
Binary10001000101011011010110100100111100010000100000111111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8856D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8856D6; }

 p { color: rgb(136,86,214); }

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

<style>
 a { background-color: #8856D6; }

 a { background-color: rgb(136,86,214); }

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

<style>
 span { border-color: #8856D6; }

 span { border-color: rgb(136,86,214); }

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