Html Css Color HEX #824DCF Amethyst

📋 copy color: '#824DCF'

red 130 ◦ green 77 ◦ blue 207

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

Shades of Amethyst #824DCF

Tints of Amethyst #824DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 50%

R = 31.4%
G = 18.6%
B = 50%

CMYK

 C value IS 0.37

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#824DCF (or 0x824DCF) is known color: Amethyst. HEX triplet: 82, 4D and CF. RGB value is (130,77,207). Sum of RGB (Red+Green+Blue) = 130+77+207=414 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.40% from 414); Green value is 77 (30.47% from 255 or 18.60% from 414); Blue value is 207 (81.25% from 255 or 50% from 414); Max value from RGB is 207 - color contains mainly: blue. Hex color #824DCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #824DCF is #7DB230. Grayscale: #6B6B6B. Windows color (decimal): -8237617 or 13585794. OLE color: 13585794.

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

Color convert

RGB 130 77 207 -
CMYK 0.37 0.63 0 0.19
HSL 264.46º 0.58% 0.56% -
HSV(B) 264.46º 0.63% 0.81% -
XYZ 23.12 14.56 60.62 -
YUV 107.67 184.06 143.93 -
System Red Green Blue C M Y K H S L
Decimal 130 77 207 0.37 0.63 0 0.19 264.46 0.58 0.56
Hex 82 4D CF 25 3F 0 13 108 3A 38
Octal 202 115 317 45 77 0 23 410 72 70
Binary 10000010 1001101 11001111 100101 111111 0 10011 100001000 111010 111000

Color Harmonies of #824DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824DCF

Black with #824DCF

Text Example


Text Example

White with #824DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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