#8256C1

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

Shades of Amethyst #8256C1

Tints of Amethyst #8256C1

Color information

#8256C1 (or 0x8256C1) is unknown color: approx Amethyst. HEX triplet: 82, 56 and C1. RGB value is (130,86,193). Sum of RGB (Red+Green+Blue) = 130+86+193=409 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.78% from 409); Green value is 86 (33.98% from 255 or 21.03% from 409); Blue value is 193 (75.78% from 255 or 47.19% from 409); Max value from RGB is 193 - color contains mainly: blue. Hex color #8256C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8256C1 is #7DA93E. Grayscale: #6E6E6E. Windows color (decimal): -8235327 or 12670594. OLE color: 12670594.

HSL color Cylindrical-coordinate representation of color #8256C1: hue angle of 264.67º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8256C1 is Cyan = 0.33, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB13086193-
CMYK0.330.5500.24
HSL264.67º46.32%54.71%-
HSV(B)264.67º55.44%75.69%-
XYZ22.1615.2552.23-
YUV111.35174.08141.3-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.78%
GREEN value IS 86 (33.98% from 255) = 21.03%
BLUE value IS 193 (75.78% from 255) = 47.19%
R=31.78%
G=21.03%
B=47.19%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal130861930.330.5500.24264.6746.3254.71
Hex8256C121370181092e37
Octal20212630141670304115667
Binary10000010101011011000001100001110111011000100001001101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8256C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8256C1; }

 p { color: rgb(130,86,193); }

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

<style>
 a { background-color: #8256C1; }

 a { background-color: rgb(130,86,193); }

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

<style>
 span { border-color: #8256C1; }

 span { border-color: rgb(130,86,193); }

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