Html Css Color HEX #824CCD Amethyst

📋 copy color: '#824CCD'

red 130 ◦ green 76 ◦ blue 205

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

Shades of Amethyst #824CCD

Tints of Amethyst #824CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 49.88%

R = 31.63%
G = 18.49%
B = 49.88%

CMYK

 C value IS 0.37

 M value IS 0.63

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#824CCD (or 0x824CCD) is known color: Amethyst. HEX triplet: 82, 4C and CD. RGB value is (130,76,205). Sum of RGB (Red+Green+Blue) = 130+76+205=411 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.63% from 411); Green value is 76 (30.08% from 255 or 18.49% from 411); Blue value is 205 (80.47% from 255 or 49.88% from 411); Max value from RGB is 205 - color contains mainly: blue. Hex color #824CCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #824CCD is #7DB332. Grayscale: #6A6A6A. Windows color (decimal): -8237875 or 13454466. OLE color: 13454466.

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

Color convert

RGB 130 76 205 -
CMYK 0.37 0.63 0 0.20
HSL 265.12º 0.56% 0.55% -
HSV(B) 265.12º 0.63% 0.8% -
XYZ 22.81 14.32 59.32 -
YUV 106.85 183.39 144.51 -
System Red Green Blue C M Y K H S L
Decimal 130 76 205 0.37 0.63 0 0.20 265.12 0.56 0.55
Hex 82 4C CD 25 3F 0 14 109 38 37
Octal 202 114 315 45 77 0 24 411 70 67
Binary 10000010 1001100 11001101 100101 111111 0 10100 100001001 111000 110111

Color Harmonies of #824CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824CCD

Black with #824CCD

Text Example


Text Example

White with #824CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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