#814FC9

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

Shades of Amethyst #814FC9

Tints of Amethyst #814FC9

Color information

#814FC9 (or 0x814FC9) is unknown color: approx Amethyst. HEX triplet: 81, 4F and C9. RGB value is (129,79,201). Sum of RGB (Red+Green+Blue) = 129+79+201=409 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.54% from 409); Green value is 79 (31.25% from 255 or 19.32% 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 #814FC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #814FC9 is #7EB036. Grayscale: #6B6B6B. Windows color (decimal): -8302647 or 13193089. OLE color: 13193089.

HSL color Cylindrical-coordinate representation of color #814FC9: hue angle of 264.59º 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 #814FC9 is Cyan = 0.36, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB12979201-
CMYK0.360.6100.21
HSL264.59º53.04%54.9%-
HSV(B)264.59º60.7%78.82%-
XYZ22.3914.4856.87-
YUV107.86180.56143.08-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.54%
GREEN value IS 79 (31.25% from 255) = 19.32%
BLUE value IS 201 (78.91% from 255) = 49.14%
R=31.54%
G=19.32%
B=49.14%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal129792010.360.6100.21264.5953.0454.9
Hex814FC9243D0151093537
Octal20111731144750254116567
Binary10000001100111111001001100100111101010101100001001110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814FC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814FC9; }

 p { color: rgb(129,79,201); }

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

<style>
 a { background-color: #814FC9; }

 a { background-color: rgb(129,79,201); }

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

<style>
 span { border-color: #814FC9; }

 span { border-color: rgb(129,79,201); }

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