#8854D5

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

Shades of Amethyst #8854D5

Tints of Amethyst #8854D5

Color information

#8854D5 (or 0x8854D5) is unknown color: approx Amethyst. HEX triplet: 88, 54 and D5. RGB value is (136,84,213). Sum of RGB (Red+Green+Blue) = 136+84+213=433 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.41% from 433); Green value is 84 (33.20% from 255 or 19.40% from 433); Blue value is 213 (83.59% from 255 or 49.19% from 433); Max value from RGB is 213 - color contains mainly: blue. Hex color #8854D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8854D5 is #77AB2A. Grayscale: #717171. Windows color (decimal): -7842603 or 13980808. OLE color: 13980808.

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

Color convert

RGB13684213-
CMYK0.360.6100.16
HSL264.19º60.56%58.24%-
HSV(B)264.19º60.56%83.53%-
XYZ25.3316.3864.78-
YUV114.25183.73143.51-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.41%
GREEN value IS 84 (33.20% from 255) = 19.40%
BLUE value IS 213 (83.59% from 255) = 49.19%
R=31.41%
G=19.40%
B=49.19%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal136842130.360.6100.16264.1960.5658.24
Hex8854D5243D0101083d3a
Octal21012432544750204107572
Binary10001000101010011010101100100111101010000100001000111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8854D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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