Html Css Color HEX #824CCE Amethyst

📋 copy color: '#824CCE'

red 130 ◦ green 76 ◦ blue 206

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

Shades of Amethyst #824CCE

Tints of Amethyst #824CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 50%

R = 31.55%
G = 18.45%
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

#824CCE (or 0x824CCE) is known color: Amethyst. HEX triplet: 82, 4C and CE. RGB value is (130,76,206). Sum of RGB (Red+Green+Blue) = 130+76+206=412 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.55% from 412); Green value is 76 (30.08% from 255 or 18.45% from 412); Blue value is 206 (80.86% from 255 or 50% from 412); Max value from RGB is 206 - color contains mainly: blue. Hex color #824CCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #824CCE is #7DB331. Grayscale: #6A6A6A. Windows color (decimal): -8237874 or 13520002. OLE color: 13520002.

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

Color convert

RGB 130 76 206 -
CMYK 0.37 0.63 0 0.19
HSL 264.92º 0.57% 0.55% -
HSV(B) 264.92º 0.63% 0.81% -
XYZ 22.93 14.37 59.96 -
YUV 106.97 183.89 144.43 -
System Red Green Blue C M Y K H S L
Decimal 130 76 206 0.37 0.63 0 0.19 264.92 0.57 0.55
Hex 82 4C CE 25 3F 0 13 109 39 37
Octal 202 114 316 45 77 0 23 411 71 67
Binary 10000010 1001100 11001110 100101 111111 0 10011 100001001 111001 110111

Color Harmonies of #824CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824CCE

Black with #824CCE

Text Example


Text Example

White with #824CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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