#8856D4

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

Shades of Amethyst #8856D4

Tints of Amethyst #8856D4

Color information

#8856D4 (or 0x8856D4) is unknown color: approx Amethyst. HEX triplet: 88, 56 and D4. RGB value is (136,86,212). Sum of RGB (Red+Green+Blue) = 136+86+212=434 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.34% from 434); Green value is 86 (33.98% from 255 or 19.82% from 434); Blue value is 212 (83.20% from 255 or 48.85% from 434); Max value from RGB is 212 - color contains mainly: blue. Hex color #8856D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8856D4 is #77A92B. Grayscale: #727272. Windows color (decimal): -7842092 or 13915784. OLE color: 13915784.

HSL color Cylindrical-coordinate representation of color #8856D4: hue angle of 263.81º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8856D4 is Cyan = 0.36, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB13686212-
CMYK0.360.5900.17
HSL263.81º59.43%58.43%-
HSV(B)263.81º59.43%83.14%-
XYZ25.3616.6464.16-
YUV115.31182.56142.75-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.34%
GREEN value IS 86 (33.98% from 255) = 19.82%
BLUE value IS 212 (83.20% from 255) = 48.85%
R=31.34%
G=19.82%
B=48.85%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal136862120.360.5900.17263.8159.4358.43
Hex8856D4243B0111083b3a
Octal21012632444730214107372
Binary10001000101011011010100100100111011010001100001000111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8856D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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