Html Css Color HEX #844AD2 Amethyst

📋 copy color: '#844AD2'

red 132 ◦ green 74 ◦ blue 210

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

Shades of Amethyst #844AD2

Tints of Amethyst #844AD2

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.79%

 BLUE value IS 210 (82.42% from 255) = 50.48%

R = 31.73%
G = 17.79%
B = 50.48%

CMYK

 C value IS 0.37

 M value IS 0.65

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#844AD2 (or 0x844AD2) is known color: Amethyst. HEX triplet: 84, 4A and D2. RGB value is (132,74,210). Sum of RGB (Red+Green+Blue) = 132+74+210=416 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.73% from 416); Green value is 74 (29.30% from 255 or 17.79% from 416); Blue value is 210 (82.42% from 255 or 50.48% from 416); Max value from RGB is 210 - color contains mainly: blue. Hex color #844AD2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #844AD2 is #7BB52D. Grayscale: #6A6A6A. Windows color (decimal): -8107310 or 13781636. OLE color: 13781636.

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

Color convert

RGB 132 74 210 -
CMYK 0.37 0.65 0 0.18
HSL 265.59º 0.6% 0.56% -
HSV(B) 265.59º 0.65% 0.82% -
XYZ 23.6 14.46 62.52 -
YUV 106.85 186.22 145.94 -
System Red Green Blue C M Y K H S L
Decimal 132 74 210 0.37 0.65 0 0.18 265.59 0.6 0.56
Hex 84 4A D2 25 41 0 12 10A 3C 38
Octal 204 112 322 45 101 0 22 412 74 70
Binary 10000100 1001010 11010010 100101 1000001 0 10010 100001010 111100 111000

Color Harmonies of #844AD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844AD2

Black with #844AD2

Text Example


Text Example

White with #844AD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,74,210); }

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

background-color css

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

 a { background-color: rgb(132,74,210); }

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

border-color css

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

 span { border-color: rgb(132,74,210); }

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