Html Css Color HEX #824DC9 Amethyst

📋 copy color: '#824DC9'

red 130 ◦ green 77 ◦ blue 201

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

Shades of Amethyst #824DC9

Tints of Amethyst #824DC9

RGB

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

 GREEN value IS 77 (30.47% from 255) = 18.87%

 BLUE value IS 201 (78.91% from 255) = 49.26%

R = 31.86%
G = 18.87%
B = 49.26%

CMYK

 C value IS 0.35

 M value IS 0.62

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#824DC9 (or 0x824DC9) is known color: Amethyst. HEX triplet: 82, 4D and C9. RGB value is (130,77,201). Sum of RGB (Red+Green+Blue) = 130+77+201=408 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.86% from 408); Green value is 77 (30.47% from 255 or 18.87% from 408); Blue value is 201 (78.91% from 255 or 49.26% from 408); Max value from RGB is 201 - color contains mainly: blue. Hex color #824DC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #824DC9 is #7DB236. Grayscale: #6A6A6A. Windows color (decimal): -8237623 or 13192578. OLE color: 13192578.

HSL color Cylindrical-coordinate representation of color #824DC9: hue angle of 265.65º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #824DC9 is Cyan = 0.35, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 130 77 201 -
CMYK 0.35 0.62 0 0.21
HSL 265.65º 0.53% 0.55% -
HSV(B) 265.65º 0.62% 0.79% -
XYZ 22.4 14.27 56.83 -
YUV 106.98 181.06 144.42 -
System Red Green Blue C M Y K H S L
Decimal 130 77 201 0.35 0.62 0 0.21 265.65 0.53 0.55
Hex 82 4D C9 23 3E 0 15 10A 35 37
Octal 202 115 311 43 76 0 25 412 65 67
Binary 10000010 1001101 11001001 100011 111110 0 10101 100001010 110101 110111

Color Harmonies of #824DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824DC9

Black with #824DC9

Text Example


Text Example

White with #824DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,77,201); }

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

background-color css

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

 a { background-color: rgb(130,77,201); }

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

border-color css

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

 span { border-color: rgb(130,77,201); }

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