Html Css Color HEX #844DD0 Amethyst

📋 copy color: '#844DD0'

red 132 ◦ green 77 ◦ blue 208

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

Shades of Amethyst #844DD0

Tints of Amethyst #844DD0

RGB

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

 GREEN value IS 77 (30.47% from 255) = 18.47%

 BLUE value IS 208 (81.64% from 255) = 49.88%

R = 31.65%
G = 18.47%
B = 49.88%

CMYK

 C value IS 0.37

 M value IS 0.63

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#844DD0 (or 0x844DD0) is known color: Amethyst. HEX triplet: 84, 4D and D0. RGB value is (132,77,208). Sum of RGB (Red+Green+Blue) = 132+77+208=417 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.65% from 417); Green value is 77 (30.47% from 255 or 18.47% from 417); Blue value is 208 (81.64% from 255 or 49.88% from 417); Max value from RGB is 208 - color contains mainly: blue. Hex color #844DD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #844DD0 is #7BB22F. Grayscale: #6B6B6B. Windows color (decimal): -8106544 or 13651332. OLE color: 13651332.

HSL color Cylindrical-coordinate representation of color #844DD0: hue angle of 265.19º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #844DD0 is Cyan = 0.37, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 132 77 208 -
CMYK 0.37 0.63 0 0.18
HSL 265.19º 0.58% 0.56% -
HSV(B) 265.19º 0.63% 0.82% -
XYZ 23.55 14.77 61.28 -
YUV 108.38 184.22 144.85 -
System Red Green Blue C M Y K H S L
Decimal 132 77 208 0.37 0.63 0 0.18 265.19 0.58 0.56
Hex 84 4D D0 25 3F 0 12 109 3A 38
Octal 204 115 320 45 77 0 22 411 72 70
Binary 10000100 1001101 11010000 100101 111111 0 10010 100001001 111010 111000

Color Harmonies of #844DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844DD0

Black with #844DD0

Text Example


Text Example

White with #844DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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