Html Css Color HEX #844FDA Amethyst

📋 copy color: '#844FDA'

red 132 ◦ green 79 ◦ blue 218

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

Shades of Amethyst #844FDA

Tints of Amethyst #844FDA

RGB

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

 GREEN value IS 79 (31.25% from 255) = 18.41%

 BLUE value IS 218 (85.55% from 255) = 50.82%

R = 30.77%
G = 18.41%
B = 50.82%

CMYK

 C value IS 0.39

 M value IS 0.64

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#844FDA (or 0x844FDA) is known color: Amethyst. HEX triplet: 84, 4F and DA. RGB value is (132,79,218). Sum of RGB (Red+Green+Blue) = 132+79+218=429 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.77% from 429); Green value is 79 (31.25% from 255 or 18.41% from 429); Blue value is 218 (85.55% from 255 or 50.82% from 429); Max value from RGB is 218 - color contains mainly: blue. Hex color #844FDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #844FDA is #7BB025. Grayscale: #6E6E6E. Windows color (decimal): -8106022 or 14307204. OLE color: 14307204.

HSL color Cylindrical-coordinate representation of color #844FDA: hue angle of 262.88º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #844FDA is Cyan = 0.39, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 132 79 218 -
CMYK 0.39 0.64 0 0.15
HSL 262.88º 0.65% 0.58% -
HSV(B) 262.88º 0.64% 0.85% -
XYZ 24.97 15.56 68.02 -
YUV 110.69 188.56 143.2 -
System Red Green Blue C M Y K H S L
Decimal 132 79 218 0.39 0.64 0 0.15 262.88 0.65 0.58
Hex 84 4F DA 27 40 0 F 107 41 3A
Octal 204 117 332 47 100 0 17 407 101 72
Binary 10000100 1001111 11011010 100111 1000000 0 1111 100000111 1000001 111010

Color Harmonies of #844FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844FDA

Black with #844FDA

Text Example


Text Example

White with #844FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,79,218); }

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

background-color css

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

 a { background-color: rgb(132,79,218); }

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

border-color css

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

 span { border-color: rgb(132,79,218); }

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