#824FCC

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

Shades of Amethyst #824FCC

Tints of Amethyst #824FCC

Color information

#824FCC (or 0x824FCC) is unknown color: approx Amethyst. HEX triplet: 82, 4F and CC. RGB value is (130,79,204). Sum of RGB (Red+Green+Blue) = 130+79+204=413 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.48% from 413); Green value is 79 (31.25% from 255 or 19.13% from 413); Blue value is 204 (80.08% from 255 or 49.39% from 413); Max value from RGB is 204 - color contains mainly: blue. Hex color #824FCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #824FCC is #7DB033. Grayscale: #6C6C6C. Windows color (decimal): -8237108 or 13389698. OLE color: 13389698.

HSL color Cylindrical-coordinate representation of color #824FCC: hue angle of 264.48º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #824FCC is Cyan = 0.36, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB13079204-
CMYK0.360.6100.2
HSL264.48º55.07%55.49%-
HSV(B)264.48º61.27%80%-
XYZ22.914.758.76-
YUV108.5181.9143.34-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.48%
GREEN value IS 79 (31.25% from 255) = 19.13%
BLUE value IS 204 (80.08% from 255) = 49.39%
R=31.48%
G=19.13%
B=49.39%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal130792040.360.6100.2264.4855.0755.49
Hex824FCC243D0141083737
Octal20211731444750244106767
Binary10000010100111111001100100100111101010100100001000110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #824FCC;
 }
 .AnyTagClassName
 {
   color: #824FCC;
 }
</style>
background-color css

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

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

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

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

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

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