Html Css Color HEX #844CCF Amethyst

📋 copy color: '#844CCF'

red 132 ◦ green 76 ◦ blue 207

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

Shades of Amethyst #844CCF

Tints of Amethyst #844CCF

RGB

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

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

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

R = 31.81%
G = 18.31%
B = 49.88%

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

#844CCF (or 0x844CCF) is known color: Amethyst. HEX triplet: 84, 4C and CF. RGB value is (132,76,207). Sum of RGB (Red+Green+Blue) = 132+76+207=415 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.81% from 415); Green value is 76 (30.08% from 255 or 18.31% from 415); Blue value is 207 (81.25% from 255 or 49.88% from 415); Max value from RGB is 207 - color contains mainly: blue. Hex color #844CCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #844CCF is #7BB330. Grayscale: #6B6B6B. Windows color (decimal): -8106801 or 13585540. OLE color: 13585540.

HSL color Cylindrical-coordinate representation of color #844CCF: hue angle of 265.65º degrees, saturation: 0.58, 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 #844CCF is Cyan = 0.36, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 132 76 207 -
CMYK 0.36 0.63 0 0.19
HSL 265.65º 0.58% 0.55% -
HSV(B) 265.65º 0.63% 0.81% -
XYZ 23.36 14.58 60.61 -
YUV 107.68 184.05 145.35 -
System Red Green Blue C M Y K H S L
Decimal 132 76 207 0.36 0.63 0 0.19 265.65 0.58 0.55
Hex 84 4C CF 24 3F 0 13 10A 3A 37
Octal 204 114 317 44 77 0 23 412 72 67
Binary 10000100 1001100 11001111 100100 111111 0 10011 100001010 111010 110111

Color Harmonies of #844CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844CCF

Black with #844CCF

Text Example


Text Example

White with #844CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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