#8257C8

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

Shades of Amethyst #8257C8

Tints of Amethyst #8257C8

Color information

#8257C8 (or 0x8257C8) is unknown color: approx Amethyst. HEX triplet: 82, 57 and C8. RGB value is (130,87,200). Sum of RGB (Red+Green+Blue) = 130+87+200=417 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.18% from 417); Green value is 87 (34.38% from 255 or 20.86% from 417); Blue value is 200 (78.52% from 255 or 47.96% from 417); Max value from RGB is 200 - color contains mainly: blue. Hex color #8257C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8257C8 is #7DA837. Grayscale: #707070. Windows color (decimal): -8235064 or 13129602. OLE color: 13129602.

HSL color Cylindrical-coordinate representation of color #8257C8: hue angle of 262.83º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8257C8 is Cyan = 0.35, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB13087200-
CMYK0.350.5600.22
HSL262.83º50.67%56.27%-
HSV(B)262.83º56.5%78.43%-
XYZ23.0415.7356.47-
YUV112.74177.25140.31-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.18%
GREEN value IS 87 (34.38% from 255) = 20.86%
BLUE value IS 200 (78.52% from 255) = 47.96%
R=31.18%
G=20.86%
B=47.96%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal130872000.350.5600.22262.8350.6756.27
Hex8257C823380161073338
Octal20212731043700264076370
Binary10000010101011111001000100011111000010110100000111110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8257C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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