Html Css Color HEX #824ECD Amethyst

📋 copy color: '#824ECD'

red 130 ◦ green 78 ◦ blue 205

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

Shades of Amethyst #824ECD

Tints of Amethyst #824ECD

RGB

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

 GREEN value IS 78 (30.86% from 255) = 18.89%

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

R = 31.48%
G = 18.89%
B = 49.64%

CMYK

 C value IS 0.37

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#824ECD (or 0x824ECD) is known color: Amethyst. HEX triplet: 82, 4E and CD. RGB value is (130,78,205). Sum of RGB (Red+Green+Blue) = 130+78+205=413 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.48% from 413); Green value is 78 (30.86% from 255 or 18.89% from 413); Blue value is 205 (80.47% from 255 or 49.64% from 413); Max value from RGB is 205 - color contains mainly: blue. Hex color #824ECD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #824ECD is #7DB132. Grayscale: #6B6B6B. Windows color (decimal): -8237363 or 13454978. OLE color: 13454978.

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

Color convert

RGB 130 78 205 -
CMYK 0.37 0.62 0 0.20
HSL 264.57º 0.56% 0.55% -
HSV(B) 264.57º 0.62% 0.8% -
XYZ 22.95 14.6 59.37 -
YUV 108.03 182.73 143.67 -
System Red Green Blue C M Y K H S L
Decimal 130 78 205 0.37 0.62 0 0.20 264.57 0.56 0.55
Hex 82 4E CD 25 3E 0 14 109 38 37
Octal 202 116 315 45 76 0 24 411 70 67
Binary 10000010 1001110 11001101 100101 111110 0 10100 100001001 111000 110111

Color Harmonies of #824ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824ECD

Black with #824ECD

Text Example


Text Example

White with #824ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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