#844FD6

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

Shades of Amethyst #844FD6

Tints of Amethyst #844FD6

Color information

#844FD6 (or 0x844FD6) is unknown color: approx Amethyst. HEX triplet: 84, 4F and D6. RGB value is (132,79,214). Sum of RGB (Red+Green+Blue) = 132+79+214=425 (56% of max value = 765). Red value is 132 (51.95% from 255 or 31.06% from 425); Green value is 79 (31.25% from 255 or 18.59% from 425); Blue value is 214 (83.98% from 255 or 50.35% from 425); Max value from RGB is 214 - color contains mainly: blue. Hex color #844FD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #844FD6 is #7BB029. Grayscale: #6D6D6D. Windows color (decimal): -8106026 or 14045060. OLE color: 14045060.

HSL color Cylindrical-coordinate representation of color #844FD6: hue angle of 263.56º degrees, saturation: 0.62, 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 #844FD6 is Cyan = 0.38, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB13279214-
CMYK0.380.6300.16
HSL263.56º62.21%57.45%-
HSV(B)263.56º63.08%83.92%-
XYZ24.4515.3565.29-
YUV110.24186.56143.52-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.06%
GREEN value IS 79 (31.25% from 255) = 18.59%
BLUE value IS 214 (83.98% from 255) = 50.35%
R=31.06%
G=18.59%
B=50.35%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal132792140.380.6300.16263.5662.2157.45
Hex844FD6263F0101083e39
Octal20411732646770204107671
Binary10000100100111111010110100110111111010000100001000111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844FD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,79,214); }

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

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

 a { background-color: rgb(132,79,214); }

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

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

 span { border-color: rgb(132,79,214); }

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