#844EDB

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

Shades of Amethyst #844EDB

Tints of Amethyst #844EDB

Color information

#844EDB (or 0x844EDB) is unknown color: approx Amethyst. HEX triplet: 84, 4E and DB. RGB value is (132,78,219). Sum of RGB (Red+Green+Blue) = 132+78+219=429 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.77% from 429); Green value is 78 (30.86% from 255 or 18.18% from 429); Blue value is 219 (85.94% from 255 or 51.05% from 429); Max value from RGB is 219 - color contains mainly: blue. Hex color #844EDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #844EDB is #7BB124. Grayscale: #6D6D6D. Windows color (decimal): -8106277 or 14372484. OLE color: 14372484.

HSL color Cylindrical-coordinate representation of color #844EDB: hue angle of 262.98º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #844EDB is Cyan = 0.40, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB13278219-
CMYK0.400.6400.14
HSL262.98º66.2%58.24%-
HSV(B)262.98º64.38%85.88%-
XYZ25.0315.4768.68-
YUV110.22189.39143.54-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.77%
GREEN value IS 78 (30.86% from 255) = 18.18%
BLUE value IS 219 (85.94% from 255) = 51.05%
R=30.77%
G=18.18%
B=51.05%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal132782190.400.6400.14262.9866.258.24
Hex844EDB28400E107423a
Octal2041163335010001640710272
Binary100001001001110110110111010001000000011101000001111000010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844EDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,78,219); }

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

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

 a { background-color: rgb(132,78,219); }

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

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

 span { border-color: rgb(132,78,219); }

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