#884AD1

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

Shades of Amethyst #884AD1

Tints of Amethyst #884AD1

Color information

#884AD1 (or 0x884AD1) is unknown color: approx Amethyst. HEX triplet: 88, 4A and D1. RGB value is (136,74,209). Sum of RGB (Red+Green+Blue) = 136+74+209=419 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.46% from 419); Green value is 74 (29.30% from 255 or 17.66% from 419); Blue value is 209 (82.03% from 255 or 49.88% from 419); Max value from RGB is 209 - color contains mainly: blue. Hex color #884AD1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #884AD1 is #77B52E. Grayscale: #6B6B6B. Windows color (decimal): -7845167 or 13716104. OLE color: 13716104.

HSL color Cylindrical-coordinate representation of color #884AD1: hue angle of 267.56º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #884AD1 is Cyan = 0.35, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB13674209-
CMYK0.350.6500.18
HSL267.56º59.47%55.49%-
HSV(B)267.56º64.59%81.96%-
XYZ24.1114.7461.9-
YUV107.93185.04148.02-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32.46%
GREEN value IS 74 (29.30% from 255) = 17.66%
BLUE value IS 209 (82.03% from 255) = 49.88%
R=32.46%
G=17.66%
B=49.88%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal136742090.350.6500.18267.5659.4755.49
Hex884AD1234101210c3b37
Octal210112321431010224147367
Binary100010001001010110100011000111000001010010100001100111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884AD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884AD1; }

 p { color: rgb(136,74,209); }

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

<style>
 a { background-color: #884AD1; }

 a { background-color: rgb(136,74,209); }

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

<style>
 span { border-color: #884AD1; }

 span { border-color: rgb(136,74,209); }

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