#8856D5

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

Shades of Amethyst #8856D5

Tints of Amethyst #8856D5

Color information

#8856D5 (or 0x8856D5) is unknown color: approx Amethyst. HEX triplet: 88, 56 and D5. RGB value is (136,86,213). Sum of RGB (Red+Green+Blue) = 136+86+213=435 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.26% from 435); Green value is 86 (33.98% from 255 or 19.77% from 435); Blue value is 213 (83.59% from 255 or 48.97% from 435); Max value from RGB is 213 - color contains mainly: blue. Hex color #8856D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8856D5 is #77A92A. Grayscale: #727272. Windows color (decimal): -7842091 or 13981320. OLE color: 13981320.

HSL color Cylindrical-coordinate representation of color #8856D5: hue angle of 263.62º degrees, saturation: 0.6, 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 #8856D5 is Cyan = 0.36, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB13686213-
CMYK0.360.6000.16
HSL263.62º60.19%58.63%-
HSV(B)263.62º59.62%83.53%-
XYZ25.4916.6964.83-
YUV115.43183.06142.67-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.26%
GREEN value IS 86 (33.98% from 255) = 19.77%
BLUE value IS 213 (83.59% from 255) = 48.97%
R=31.26%
G=19.77%
B=48.97%

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
Decimal136862130.360.6000.16263.6260.1958.63
Hex8856D5243C0101083c3b
Octal21012632544740204107473
Binary10001000101011011010101100100111100010000100001000111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8856D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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