#844DCA

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

Shades of Amethyst #844DCA

Tints of Amethyst #844DCA

Color information

#844DCA (or 0x844DCA) is unknown color: approx Amethyst. HEX triplet: 84, 4D and CA. RGB value is (132,77,202). Sum of RGB (Red+Green+Blue) = 132+77+202=411 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.12% from 411); Green value is 77 (30.47% from 255 or 18.73% from 411); Blue value is 202 (79.30% from 255 or 49.15% from 411); Max value from RGB is 202 - color contains mainly: blue. Hex color #844DCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #844DCA is #7BB235. Grayscale: #6B6B6B. Windows color (decimal): -8106550 or 13258116. OLE color: 13258116.

HSL color Cylindrical-coordinate representation of color #844DCA: hue angle of 266.4º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #844DCA is Cyan = 0.35, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB13277202-
CMYK0.350.6200.21
HSL266.4º54.11%54.71%-
HSV(B)266.4º61.88%79.22%-
XYZ22.8314.4857.47-
YUV107.7181.22145.34-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.12%
GREEN value IS 77 (30.47% from 255) = 18.73%
BLUE value IS 202 (79.30% from 255) = 49.15%
R=32.12%
G=18.73%
B=49.15%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal132772020.350.6200.21266.454.1154.71
Hex844DCA233E01510a3637
Octal20411531243760254126667
Binary10000100100110111001010100011111110010101100001010110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844DCA; }

 p { color: rgb(132,77,202); }

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

<style>
 a { background-color: #844DCA; }

 a { background-color: rgb(132,77,202); }

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

<style>
 span { border-color: #844DCA; }

 span { border-color: rgb(132,77,202); }

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