Html Css Color HEX #844CCD Amethyst

📋 copy color: '#844CCD'

red 132 ◦ green 76 ◦ blue 205

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

Shades of Amethyst #844CCD

Tints of Amethyst #844CCD

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.4%

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

R = 31.96%
G = 18.4%
B = 49.64%

CMYK

 C value IS 0.36

 M value IS 0.63

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#844CCD (or 0x844CCD) is known color: Amethyst. HEX triplet: 84, 4C and CD. RGB value is (132,76,205). Sum of RGB (Red+Green+Blue) = 132+76+205=413 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.96% from 413); Green value is 76 (30.08% from 255 or 18.40% from 413); Blue value is 205 (80.47% from 255 or 49.64% from 413); Max value from RGB is 205 - color contains mainly: blue. Hex color #844CCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #844CCD is #7BB332. Grayscale: #6A6A6A. Windows color (decimal): -8106803 or 13454468. OLE color: 13454468.

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

Color convert

RGB 132 76 205 -
CMYK 0.36 0.63 0 0.20
HSL 266.05º 0.56% 0.55% -
HSV(B) 266.05º 0.63% 0.8% -
XYZ 23.12 14.48 59.33 -
YUV 107.45 183.05 145.51 -
System Red Green Blue C M Y K H S L
Decimal 132 76 205 0.36 0.63 0 0.20 266.05 0.56 0.55
Hex 84 4C CD 24 3F 0 14 10A 38 37
Octal 204 114 315 44 77 0 24 412 70 67
Binary 10000100 1001100 11001101 100100 111111 0 10100 100001010 111000 110111

Color Harmonies of #844CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844CCD

Black with #844CCD

Text Example


Text Example

White with #844CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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