#824EC9

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

Shades of Amethyst #824EC9

Tints of Amethyst #824EC9

Color information

#824EC9 (or 0x824EC9) is unknown color: approx Amethyst. HEX triplet: 82, 4E and C9. RGB value is (130,78,201). Sum of RGB (Red+Green+Blue) = 130+78+201=409 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.78% from 409); Green value is 78 (30.86% from 255 or 19.07% from 409); Blue value is 201 (78.91% from 255 or 49.14% from 409); Max value from RGB is 201 - color contains mainly: blue. Hex color #824EC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #824EC9 is #7DB136. Grayscale: #6B6B6B. Windows color (decimal): -8237367 or 13192834. OLE color: 13192834.

HSL color Cylindrical-coordinate representation of color #824EC9: hue angle of 265.37º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #824EC9 is Cyan = 0.35, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB13078201-
CMYK0.350.6100.21
HSL265.37º53.25%54.71%-
HSV(B)265.37º61.19%78.82%-
XYZ22.4714.4156.86-
YUV107.57180.73144-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.78%
GREEN value IS 78 (30.86% from 255) = 19.07%
BLUE value IS 201 (78.91% from 255) = 49.14%
R=31.78%
G=19.07%
B=49.14%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal130782010.350.6100.21265.3753.2554.71
Hex824EC9233D0151093537
Octal20211631143750254116567
Binary10000010100111011001001100011111101010101100001001110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824EC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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