Html Css Color HEX #824ECC Amethyst

📋 copy color: '#824ECC'

red 130 ◦ green 78 ◦ blue 204

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

Shades of Amethyst #824ECC

Tints of Amethyst #824ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 49.51%

R = 31.55%
G = 18.93%
B = 49.51%

CMYK

 C value IS 0.36

 M value IS 0.62

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#824ECC (or 0x824ECC) is known color: Amethyst. HEX triplet: 82, 4E and CC. RGB value is (130,78,204). Sum of RGB (Red+Green+Blue) = 130+78+204=412 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.55% from 412); Green value is 78 (30.86% from 255 or 18.93% from 412); Blue value is 204 (80.08% from 255 or 49.51% from 412); Max value from RGB is 204 - color contains mainly: blue. Hex color #824ECC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #824ECC is #7DB133. Grayscale: #6B6B6B. Windows color (decimal): -8237364 or 13389442. OLE color: 13389442.

HSL color Cylindrical-coordinate representation of color #824ECC: hue angle of 264.76º degrees, saturation: 0.55, 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 #824ECC is Cyan = 0.36, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 130 78 204 -
CMYK 0.36 0.62 0 0.2
HSL 264.76º 0.55% 0.55% -
HSV(B) 264.76º 0.62% 0.8% -
XYZ 22.83 14.55 58.73 -
YUV 107.91 182.23 143.75 -
System Red Green Blue C M Y K H S L
Decimal 130 78 204 0.36 0.62 0 0.2 264.76 0.55 0.55
Hex 82 4E CC 24 3E 0 14 109 37 37
Octal 202 116 314 44 76 0 24 411 67 67
Binary 10000010 1001110 11001100 100100 111110 0 10100 100001001 110111 110111

Color Harmonies of #824ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824ECC

Black with #824ECC

Text Example


Text Example

White with #824ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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