#884FD5

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

Shades of Amethyst #884FD5

Tints of Amethyst #884FD5

Color information

#884FD5 (or 0x884FD5) is unknown color: approx Amethyst. HEX triplet: 88, 4F and D5. RGB value is (136,79,213). Sum of RGB (Red+Green+Blue) = 136+79+213=428 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.78% from 428); Green value is 79 (31.25% from 255 or 18.46% from 428); Blue value is 213 (83.59% from 255 or 49.77% from 428); Max value from RGB is 213 - color contains mainly: blue. Hex color #884FD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #884FD5 is #77B02A. Grayscale: #6E6E6E. Windows color (decimal): -7843883 or 13979528. OLE color: 13979528.

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

Color convert

RGB13679213-
CMYK0.360.6300.16
HSL265.52º61.47%57.25%-
HSV(B)265.52º62.91%83.53%-
XYZ24.9615.6364.65-
YUV111.32185.38145.6-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.78%
GREEN value IS 79 (31.25% from 255) = 18.46%
BLUE value IS 213 (83.59% from 255) = 49.77%
R=31.78%
G=18.46%
B=49.77%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal136792130.360.6300.16265.5261.4757.25
Hex884FD5243F01010a3d39
Octal21011732544770204127571
Binary10001000100111111010101100100111111010000100001010111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884FD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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