Html Css Color HEX #824CD0 Amethyst

📋 copy color: '#824CD0'

red 130 ◦ green 76 ◦ blue 208

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

Shades of Amethyst #824CD0

Tints of Amethyst #824CD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 50.24%

R = 31.4%
G = 18.36%
B = 50.24%

CMYK

 C value IS 0.38

 M value IS 0.63

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#824CD0 (or 0x824CD0) is known color: Amethyst. HEX triplet: 82, 4C and D0. RGB value is (130,76,208). Sum of RGB (Red+Green+Blue) = 130+76+208=414 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.40% from 414); Green value is 76 (30.08% from 255 or 18.36% from 414); Blue value is 208 (81.64% from 255 or 50.24% from 414); Max value from RGB is 208 - color contains mainly: blue. Hex color #824CD0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #824CD0 is #7DB32F. Grayscale: #6A6A6A. Windows color (decimal): -8237872 or 13651074. OLE color: 13651074.

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

Color convert

RGB 130 76 208 -
CMYK 0.38 0.63 0 0.18
HSL 264.55º 0.58% 0.56% -
HSV(B) 264.55º 0.63% 0.82% -
XYZ 23.18 14.47 61.25 -
YUV 107.19 184.89 144.27 -
System Red Green Blue C M Y K H S L
Decimal 130 76 208 0.38 0.63 0 0.18 264.55 0.58 0.56
Hex 82 4C D0 26 3F 0 12 109 3A 38
Octal 202 114 320 46 77 0 22 411 72 70
Binary 10000010 1001100 11010000 100110 111111 0 10010 100001001 111010 111000

Color Harmonies of #824CD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824CD0

Black with #824CD0

Text Example


Text Example

White with #824CD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,76,208); }

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

background-color css

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

 a { background-color: rgb(130,76,208); }

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

border-color css

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

 span { border-color: rgb(130,76,208); }

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