#8257C2

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

Shades of Amethyst #8257C2

Tints of Amethyst #8257C2

Color information

#8257C2 (or 0x8257C2) is unknown color: approx Amethyst. HEX triplet: 82, 57 and C2. RGB value is (130,87,194). Sum of RGB (Red+Green+Blue) = 130+87+194=411 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.63% from 411); Green value is 87 (34.38% from 255 or 21.17% from 411); Blue value is 194 (76.17% from 255 or 47.20% from 411); Max value from RGB is 194 - color contains mainly: blue. Hex color #8257C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8257C2 is #7DA83D. Grayscale: #6F6F6F. Windows color (decimal): -8235070 or 12736386. OLE color: 12736386.

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

Color convert

RGB13087194-
CMYK0.330.5500.24
HSL264.11º46.72%55.1%-
HSV(B)264.11º55.15%76.08%-
XYZ22.3515.4652.84-
YUV112.06174.25140.8-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.63%
GREEN value IS 87 (34.38% from 255) = 21.17%
BLUE value IS 194 (76.17% from 255) = 47.20%
R=31.63%
G=21.17%
B=47.20%

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
Decimal130871940.330.5500.24264.1146.7255.1
Hex8257C221370181082f37
Octal20212730241670304105767
Binary10000010101011111000010100001110111011000100001000101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8257C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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