Html Css Color HEX #844ACF Amethyst

📋 copy color: '#844ACF'

red 132 ◦ green 74 ◦ blue 207

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

Shades of Amethyst #844ACF

Tints of Amethyst #844ACF

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.92%

 BLUE value IS 207 (81.25% from 255) = 50.12%

R = 31.96%
G = 17.92%
B = 50.12%

CMYK

 C value IS 0.36

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#844ACF (or 0x844ACF) is known color: Amethyst. HEX triplet: 84, 4A and CF. RGB value is (132,74,207). Sum of RGB (Red+Green+Blue) = 132+74+207=413 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.96% from 413); Green value is 74 (29.30% from 255 or 17.92% from 413); Blue value is 207 (81.25% from 255 or 50.12% from 413); Max value from RGB is 207 - color contains mainly: blue. Hex color #844ACF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #844ACF is #7BB530. Grayscale: #6A6A6A. Windows color (decimal): -8107313 or 13585028. OLE color: 13585028.

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

Color convert

RGB 132 74 207 -
CMYK 0.36 0.64 0 0.19
HSL 266.17º 0.58% 0.55% -
HSV(B) 266.17º 0.64% 0.81% -
XYZ 23.23 14.31 60.57 -
YUV 106.5 184.72 146.19 -
System Red Green Blue C M Y K H S L
Decimal 132 74 207 0.36 0.64 0 0.19 266.17 0.58 0.55
Hex 84 4A CF 24 40 0 13 10A 3A 37
Octal 204 112 317 44 100 0 23 412 72 67
Binary 10000100 1001010 11001111 100100 1000000 0 10011 100001010 111010 110111

Color Harmonies of #844ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844ACF

Black with #844ACF

Text Example


Text Example

White with #844ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,74,207); }

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

background-color css

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

 a { background-color: rgb(132,74,207); }

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

border-color css

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

 span { border-color: rgb(132,74,207); }

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