Html Css Color HEX #824AD1 Amethyst

📋 copy color: '#824AD1'

red 130 ◦ green 74 ◦ blue 209

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

Shades of Amethyst #824AD1

Tints of Amethyst #824AD1

RGB

 RED value IS 130 (51.17% from 255) = 31.48%

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

 BLUE value IS 209 (82.03% from 255) = 50.61%

R = 31.48%
G = 17.92%
B = 50.61%

CMYK

 C value IS 0.38

 M value IS 0.65

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#824AD1 (or 0x824AD1) is known color: Amethyst. HEX triplet: 82, 4A and D1. RGB value is (130,74,209). Sum of RGB (Red+Green+Blue) = 130+74+209=413 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.48% from 413); Green value is 74 (29.30% from 255 or 17.92% from 413); Blue value is 209 (82.03% from 255 or 50.61% from 413); Max value from RGB is 209 - color contains mainly: blue. Hex color #824AD1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #824AD1 is #7DB52E. Grayscale: #696969. Windows color (decimal): -8238383 or 13716098. OLE color: 13716098.

HSL color Cylindrical-coordinate representation of color #824AD1: hue angle of 264.89º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #824AD1 is Cyan = 0.38, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 130 74 209 -
CMYK 0.38 0.65 0 0.18
HSL 264.89º 0.59% 0.55% -
HSV(B) 264.89º 0.65% 0.82% -
XYZ 23.16 14.25 61.85 -
YUV 106.13 186.05 145.02 -
System Red Green Blue C M Y K H S L
Decimal 130 74 209 0.38 0.65 0 0.18 264.89 0.59 0.55
Hex 82 4A D1 26 41 0 12 109 3B 37
Octal 202 112 321 46 101 0 22 411 73 67
Binary 10000010 1001010 11010001 100110 1000001 0 10010 100001001 111011 110111

Color Harmonies of #824AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824AD1

Black with #824AD1

Text Example


Text Example

White with #824AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824AD1; }

 p { color: rgb(130,74,209); }

 H1.HeaderClassName
 {
   color: #824AD1;
 }
 .AnyTagClassName
 {
   color: #824AD1;
 }
</style>

background-color css

<style>
 a { background-color: #824AD1; }

 a { background-color: rgb(130,74,209); }

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

border-color css

<style>
 span { border-color: #824AD1; }

 span { border-color: rgb(130,74,209); }

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