#8156C2

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

Shades of Amethyst #8156C2

Tints of Amethyst #8156C2

Color information

#8156C2 (or 0x8156C2) is unknown color: approx Amethyst. HEX triplet: 81, 56 and C2. RGB value is (129,86,194). Sum of RGB (Red+Green+Blue) = 129+86+194=409 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.54% from 409); Green value is 86 (33.98% from 255 or 21.03% from 409); Blue value is 194 (76.17% from 255 or 47.43% from 409); Max value from RGB is 194 - color contains mainly: blue. Hex color #8156C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8156C2 is #7EA93D. Grayscale: #6E6E6E. Windows color (decimal): -8300862 or 12736129. OLE color: 12736129.

HSL color Cylindrical-coordinate representation of color #8156C2: hue angle of 263.89º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8156C2 is Cyan = 0.34, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB12986194-
CMYK0.340.5600.24
HSL263.89º46.96%54.9%-
HSV(B)263.89º55.67%76.08%-
XYZ22.1215.2252.81-
YUV111.17174.75140.72-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.54%
GREEN value IS 86 (33.98% from 255) = 21.03%
BLUE value IS 194 (76.17% from 255) = 47.43%
R=31.54%
G=21.03%
B=47.43%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal129861940.340.5600.24263.8946.9654.9
Hex8156C222380181082f37
Octal20112630242700304105767
Binary10000001101011011000010100010111000011000100001000101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8156C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8156C2; }

 p { color: rgb(129,86,194); }

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

<style>
 a { background-color: #8156C2; }

 a { background-color: rgb(129,86,194); }

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

<style>
 span { border-color: #8156C2; }

 span { border-color: rgb(129,86,194); }

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