#824ECC

Color #824ECC Amethyst (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amethyst #824ECC

Tints of Amethyst #824ECC

Color information

#824ECC (or 0x824ECC) is unknown color: approx 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

RGB13078204-
CMYK0.360.6200.2
HSL264.76º55.26%55.29%-
HSV(B)264.76º61.76%80%-
XYZ22.8314.5558.73-
YUV107.91182.23143.75-

RGB Variations

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

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 (Cyan) values IS 0.36
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal130782040.360.6200.2264.7655.2655.29
Hex824ECC243E0141093737
Octal20211631444760244116767
Binary10000010100111011001100100100111110010100100001001110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>