Html Css Color HEX #844DCA Amethyst

📋 copy color: '#844DCA'

red 132 ◦ green 77 ◦ blue 202

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

Shades of Amethyst #844DCA

Tints of Amethyst #844DCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 49.15%

R = 32.12%
G = 18.73%
B = 49.15%

CMYK

 C value IS 0.35

 M value IS 0.62

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#844DCA (or 0x844DCA) is known color: Amethyst. HEX triplet: 84, 4D and CA. RGB value is (132,77,202). Sum of RGB (Red+Green+Blue) = 132+77+202=411 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.12% from 411); Green value is 77 (30.47% from 255 or 18.73% from 411); Blue value is 202 (79.30% from 255 or 49.15% from 411); Max value from RGB is 202 - color contains mainly: blue. Hex color #844DCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #844DCA is #7BB235. Grayscale: #6B6B6B. Windows color (decimal): -8106550 or 13258116. OLE color: 13258116.

HSL color Cylindrical-coordinate representation of color #844DCA: hue angle of 266.4º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #844DCA is Cyan = 0.35, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 132 77 202 -
CMYK 0.35 0.62 0 0.21
HSL 266.4º 0.54% 0.55% -
HSV(B) 266.4º 0.62% 0.79% -
XYZ 22.83 14.48 57.47 -
YUV 107.7 181.22 145.34 -
System Red Green Blue C M Y K H S L
Decimal 132 77 202 0.35 0.62 0 0.21 266.4 0.54 0.55
Hex 84 4D CA 23 3E 0 15 10A 36 37
Octal 204 115 312 43 76 0 25 412 66 67
Binary 10000100 1001101 11001010 100011 111110 0 10101 100001010 110110 110111

Color Harmonies of #844DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844DCA

Black with #844DCA

Text Example


Text Example

White with #844DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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