Html Css Color HEX #844CCE Amethyst

📋 copy color: '#844CCE'

red 132 ◦ green 76 ◦ blue 206

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

Shades of Amethyst #844CCE

Tints of Amethyst #844CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 49.76%

R = 31.88%
G = 18.36%
B = 49.76%

CMYK

 C value IS 0.36

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#844CCE (or 0x844CCE) is known color: Amethyst. HEX triplet: 84, 4C and CE. RGB value is (132,76,206). Sum of RGB (Red+Green+Blue) = 132+76+206=414 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.88% from 414); Green value is 76 (30.08% from 255 or 18.36% from 414); Blue value is 206 (80.86% from 255 or 49.76% from 414); Max value from RGB is 206 - color contains mainly: blue. Hex color #844CCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #844CCE is #7BB331. Grayscale: #6B6B6B. Windows color (decimal): -8106802 or 13520004. OLE color: 13520004.

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

Color convert

RGB 132 76 206 -
CMYK 0.36 0.63 0 0.19
HSL 265.85º 0.57% 0.55% -
HSV(B) 265.85º 0.63% 0.81% -
XYZ 23.24 14.53 59.97 -
YUV 107.56 183.55 145.43 -
System Red Green Blue C M Y K H S L
Decimal 132 76 206 0.36 0.63 0 0.19 265.85 0.57 0.55
Hex 84 4C CE 24 3F 0 13 10A 39 37
Octal 204 114 316 44 77 0 23 412 71 67
Binary 10000100 1001100 11001110 100100 111111 0 10011 100001010 111001 110111

Color Harmonies of #844CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844CCE

Black with #844CCE

Text Example


Text Example

White with #844CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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