Html Css Color HEX #844BD5 Amethyst

📋 copy color: '#844BD5'

red 132 ◦ green 75 ◦ blue 213

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

Shades of Amethyst #844BD5

Tints of Amethyst #844BD5

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.86%

 BLUE value IS 213 (83.59% from 255) = 50.71%

R = 31.43%
G = 17.86%
B = 50.71%

CMYK

 C value IS 0.38

 M value IS 0.65

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#844BD5 (or 0x844BD5) is known color: Amethyst. HEX triplet: 84, 4B and D5. RGB value is (132,75,213). Sum of RGB (Red+Green+Blue) = 132+75+213=420 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.43% from 420); Green value is 75 (29.69% from 255 or 17.86% from 420); Blue value is 213 (83.59% from 255 or 50.71% from 420); Max value from RGB is 213 - color contains mainly: blue. Hex color #844BD5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #844BD5 is #7BB42A. Grayscale: #6B6B6B. Windows color (decimal): -8107051 or 13978500. OLE color: 13978500.

HSL color Cylindrical-coordinate representation of color #844BD5: hue angle of 264.78º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #844BD5 is Cyan = 0.38, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 132 75 213 -
CMYK 0.38 0.65 0 0.16
HSL 264.78º 0.62% 0.56% -
HSV(B) 264.78º 0.65% 0.84% -
XYZ 24.04 14.74 64.53 -
YUV 107.78 187.38 145.28 -
System Red Green Blue C M Y K H S L
Decimal 132 75 213 0.38 0.65 0 0.16 264.78 0.62 0.56
Hex 84 4B D5 26 41 0 10 109 3E 38
Octal 204 113 325 46 101 0 20 411 76 70
Binary 10000100 1001011 11010101 100110 1000001 0 10000 100001001 111110 111000

Color Harmonies of #844BD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844BD5

Black with #844BD5

Text Example


Text Example

White with #844BD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,75,213); }

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

background-color css

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

 a { background-color: rgb(132,75,213); }

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

border-color css

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

 span { border-color: rgb(132,75,213); }

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