Html Css Color HEX #844DCD Amethyst

📋 copy color: '#844DCD'

red 132 ◦ green 77 ◦ blue 205

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

Shades of Amethyst #844DCD

Tints of Amethyst #844DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 49.52%

R = 31.88%
G = 18.6%
B = 49.52%

CMYK

 C value IS 0.36

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#844DCD (or 0x844DCD) is known color: Amethyst. HEX triplet: 84, 4D and CD. RGB value is (132,77,205). Sum of RGB (Red+Green+Blue) = 132+77+205=414 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.88% from 414); Green value is 77 (30.47% from 255 or 18.60% from 414); Blue value is 205 (80.47% from 255 or 49.52% from 414); Max value from RGB is 205 - color contains mainly: blue. Hex color #844DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #844DCD is #7BB232. Grayscale: #6B6B6B. Windows color (decimal): -8106547 or 13454724. OLE color: 13454724.

HSL color Cylindrical-coordinate representation of color #844DCD: hue angle of 265.78º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #844DCD is Cyan = 0.36, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 132 77 205 -
CMYK 0.36 0.62 0 0.20
HSL 265.78º 0.56% 0.55% -
HSV(B) 265.78º 0.62% 0.8% -
XYZ 23.19 14.62 59.36 -
YUV 108.04 182.72 145.09 -
System Red Green Blue C M Y K H S L
Decimal 132 77 205 0.36 0.62 0 0.20 265.78 0.56 0.55
Hex 84 4D CD 24 3E 0 14 10A 38 37
Octal 204 115 315 44 76 0 24 412 70 67
Binary 10000100 1001101 11001101 100100 111110 0 10100 100001010 111000 110111

Color Harmonies of #844DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844DCD

Black with #844DCD

Text Example


Text Example

White with #844DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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