Html Css Color HEX #844FDB Amethyst

📋 copy color: '#844FDB'

red 132 ◦ green 79 ◦ blue 219

#844FDB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amethyst #844FDB

Tints of Amethyst #844FDB

RGB

 RED value IS 132 (51.95% from 255) = 30.7%

 GREEN value IS 79 (31.25% from 255) = 18.37%

 BLUE value IS 219 (85.94% from 255) = 50.93%

R = 30.7%
G = 18.37%
B = 50.93%

CMYK

 C value IS 0.40

 M value IS 0.64

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#844FDB (or 0x844FDB) is known color: Amethyst. HEX triplet: 84, 4F and DB. RGB value is (132,79,219). Sum of RGB (Red+Green+Blue) = 132+79+219=430 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.70% from 430); Green value is 79 (31.25% from 255 or 18.37% from 430); Blue value is 219 (85.94% from 255 or 50.93% from 430); Max value from RGB is 219 - color contains mainly: blue. Hex color #844FDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #844FDB is #7BB024. Grayscale: #6E6E6E. Windows color (decimal): -8106021 or 14372740. OLE color: 14372740.

HSL color Cylindrical-coordinate representation of color #844FDB: hue angle of 262.71º 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 #844FDB is Cyan = 0.40, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 132 79 219 -
CMYK 0.40 0.64 0 0.14
HSL 262.71º 0.66% 0.58% -
HSV(B) 262.71º 0.64% 0.86% -
XYZ 25.1 15.61 68.71 -
YUV 110.81 189.06 143.12 -
System Red Green Blue C M Y K H S L
Decimal 132 79 219 0.40 0.64 0 0.14 262.71 0.66 0.58
Hex 84 4F DB 28 40 0 E 107 42 3A
Octal 204 117 333 50 100 0 16 407 102 72
Binary 10000100 1001111 11011011 101000 1000000 0 1110 100000111 1000010 111010

Color Harmonies of #844FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844FDB

Black with #844FDB

Text Example


Text Example

White with #844FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #844FDB;
 }
 .AnyTagClassName
 {
   color: #844FDB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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