Html Css Color HEX #844DDA Amethyst

📋 copy color: '#844DDA'

red 132 ◦ green 77 ◦ blue 218

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

Shades of Amethyst #844DDA

Tints of Amethyst #844DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 51.05%

R = 30.91%
G = 18.03%
B = 51.05%

CMYK

 C value IS 0.39

 M value IS 0.65

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#844DDA (or 0x844DDA) is known color: Amethyst. HEX triplet: 84, 4D and DA. RGB value is (132,77,218). Sum of RGB (Red+Green+Blue) = 132+77+218=427 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.91% from 427); Green value is 77 (30.47% from 255 or 18.03% from 427); Blue value is 218 (85.55% from 255 or 51.05% from 427); Max value from RGB is 218 - color contains mainly: blue. Hex color #844DDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #844DDA is #7BB225. Grayscale: #6D6D6D. Windows color (decimal): -8106534 or 14306692. OLE color: 14306692.

HSL color Cylindrical-coordinate representation of color #844DDA: hue angle of 263.4º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #844DDA is Cyan = 0.39, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 132 77 218 -
CMYK 0.39 0.65 0 0.15
HSL 263.4º 0.66% 0.58% -
HSV(B) 263.4º 0.65% 0.85% -
XYZ 24.82 15.28 67.97 -
YUV 109.52 189.22 144.04 -
System Red Green Blue C M Y K H S L
Decimal 132 77 218 0.39 0.65 0 0.15 263.4 0.66 0.58
Hex 84 4D DA 27 41 0 F 107 42 3A
Octal 204 115 332 47 101 0 17 407 102 72
Binary 10000100 1001101 11011010 100111 1000001 0 1111 100000111 1000010 111010

Color Harmonies of #844DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844DDA

Black with #844DDA

Text Example


Text Example

White with #844DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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