#884DCD

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

Shades of Amethyst #884DCD

Tints of Amethyst #884DCD

Color information

#884DCD (or 0x884DCD) is unknown color: approx Amethyst. HEX triplet: 88, 4D and CD. RGB value is (136,77,205). Sum of RGB (Red+Green+Blue) = 136+77+205=418 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.54% from 418); Green value is 77 (30.47% from 255 or 18.42% from 418); Blue value is 205 (80.47% from 255 or 49.04% from 418); Max value from RGB is 205 - color contains mainly: blue. Hex color #884DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #884DCD is #77B232. Grayscale: #6C6C6C. Windows color (decimal): -7844403 or 13454728. OLE color: 13454728.

HSL color Cylindrical-coordinate representation of color #884DCD: hue angle of 267.66º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #884DCD is Cyan = 0.34, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB13677205-
CMYK0.340.6200.20
HSL267.66º56.14%55.29%-
HSV(B)267.66º62.44%80.39%-
XYZ23.8314.9559.39-
YUV109.23182.05147.09-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32.54%
GREEN value IS 77 (30.47% from 255) = 18.42%
BLUE value IS 205 (80.47% from 255) = 49.04%
R=32.54%
G=18.42%
B=49.04%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal136772050.340.6200.20267.6656.1455.29
Hex884DCD223E01410c3837
Octal21011531542760244147067
Binary10001000100110111001101100010111110010100100001100111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,77,205); }

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

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

 a { background-color: rgb(136,77,205); }

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

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

 span { border-color: rgb(136,77,205); }

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