#844FD7

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

Shades of Amethyst #844FD7

Tints of Amethyst #844FD7

Color information

#844FD7 (or 0x844FD7) is unknown color: approx Amethyst. HEX triplet: 84, 4F and D7. RGB value is (132,79,215). Sum of RGB (Red+Green+Blue) = 132+79+215=426 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.99% from 426); Green value is 79 (31.25% from 255 or 18.54% from 426); Blue value is 215 (84.38% from 255 or 50.47% from 426); Max value from RGB is 215 - color contains mainly: blue. Hex color #844FD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #844FD7 is #7BB028. Grayscale: #6D6D6D. Windows color (decimal): -8106025 or 14110596. OLE color: 14110596.

HSL color Cylindrical-coordinate representation of color #844FD7: hue angle of 263.38º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #844FD7 is Cyan = 0.39, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB13279215-
CMYK0.390.6300.16
HSL263.38º62.96%57.65%-
HSV(B)263.38º63.26%84.31%-
XYZ24.5815.465.97-
YUV110.35187.06143.44-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.99%
GREEN value IS 79 (31.25% from 255) = 18.54%
BLUE value IS 215 (84.38% from 255) = 50.47%
R=30.99%
G=18.54%
B=50.47%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal132792150.390.6300.16263.3862.9657.65
Hex844FD7273F0101073f3a
Octal20411732747770204077772
Binary10000100100111111010111100111111111010000100000111111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844FD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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