#8256C2

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

Shades of Amethyst #8256C2

Tints of Amethyst #8256C2

Color information

#8256C2 (or 0x8256C2) is unknown color: approx Amethyst. HEX triplet: 82, 56 and C2. RGB value is (130,86,194). Sum of RGB (Red+Green+Blue) = 130+86+194=410 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.71% from 410); Green value is 86 (33.98% from 255 or 20.98% from 410); Blue value is 194 (76.17% from 255 or 47.32% from 410); Max value from RGB is 194 - color contains mainly: blue. Hex color #8256C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8256C2 is #7DA93D. Grayscale: #6F6F6F. Windows color (decimal): -8235326 or 12736130. OLE color: 12736130.

HSL color Cylindrical-coordinate representation of color #8256C2: hue angle of 264.44º 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 #8256C2 is Cyan = 0.33, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB13086194-
CMYK0.330.5600.24
HSL264.44º46.96%54.9%-
HSV(B)264.44º55.67%76.08%-
XYZ22.2715.352.82-
YUV111.47174.58141.22-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.71%
GREEN value IS 86 (33.98% from 255) = 20.98%
BLUE value IS 194 (76.17% from 255) = 47.32%
R=31.71%
G=20.98%
B=47.32%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal130861940.330.5600.24264.4446.9654.9
Hex8256C221380181082f37
Octal20212630241700304105767
Binary10000010101011011000010100001111000011000100001000101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8256C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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