#8256C0

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

Shades of Amethyst #8256C0

Tints of Amethyst #8256C0

Color information

#8256C0 (or 0x8256C0) is unknown color: approx Amethyst. HEX triplet: 82, 56 and C0. RGB value is (130,86,192). Sum of RGB (Red+Green+Blue) = 130+86+192=408 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.86% from 408); Green value is 86 (33.98% from 255 or 21.08% from 408); Blue value is 192 (75.39% from 255 or 47.06% from 408); Max value from RGB is 192 - color contains mainly: blue. Hex color #8256C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8256C0 is #7DA93F. Grayscale: #6E6E6E. Windows color (decimal): -8235328 or 12605058. OLE color: 12605058.

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

Color convert

RGB13086192-
CMYK0.320.5500.25
HSL264.91º45.69%54.51%-
HSV(B)264.91º55.21%75.29%-
XYZ22.0515.2151.64-
YUV111.24173.58141.38-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.86%
GREEN value IS 86 (33.98% from 255) = 21.08%
BLUE value IS 192 (75.39% from 255) = 47.06%
R=31.86%
G=21.08%
B=47.06%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal130861920.320.5500.25264.9145.6954.51
Hex8256C020370191092e37
Octal20212630040670314115667
Binary10000010101011011000000100000110111011001100001001101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8256C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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