Html Css Color HEX #824FD0 Amethyst

📋 copy color: '#824FD0'

red 130 ◦ green 79 ◦ blue 208

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

Shades of Amethyst #824FD0

Tints of Amethyst #824FD0

RGB

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

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

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

R = 31.18%
G = 18.94%
B = 49.88%

CMYK

 C value IS 0.38

 M value IS 0.62

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#824FD0 (or 0x824FD0) is known color: Amethyst. HEX triplet: 82, 4F and D0. RGB value is (130,79,208). Sum of RGB (Red+Green+Blue) = 130+79+208=417 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.18% from 417); Green value is 79 (31.25% from 255 or 18.94% from 417); Blue value is 208 (81.64% from 255 or 49.88% from 417); Max value from RGB is 208 - color contains mainly: blue. Hex color #824FD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #824FD0 is #7DB02F. Grayscale: #6C6C6C. Windows color (decimal): -8237104 or 13651842. OLE color: 13651842.

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

Color convert

RGB 130 79 208 -
CMYK 0.38 0.62 0 0.18
HSL 263.72º 0.58% 0.56% -
HSV(B) 263.72º 0.62% 0.82% -
XYZ 23.39 14.89 61.32 -
YUV 108.96 183.9 143.01 -
System Red Green Blue C M Y K H S L
Decimal 130 79 208 0.38 0.62 0 0.18 263.72 0.58 0.56
Hex 82 4F D0 26 3E 0 12 108 3A 38
Octal 202 117 320 46 76 0 22 410 72 70
Binary 10000010 1001111 11010000 100110 111110 0 10010 100001000 111010 111000

Color Harmonies of #824FD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824FD0

Black with #824FD0

Text Example


Text Example

White with #824FD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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