#8253C8

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

Shades of Amethyst #8253C8

Tints of Amethyst #8253C8

Color information

#8253C8 (or 0x8253C8) is unknown color: approx Amethyst. HEX triplet: 82, 53 and C8. RGB value is (130,83,200). Sum of RGB (Red+Green+Blue) = 130+83+200=413 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.48% from 413); Green value is 83 (32.81% from 255 or 20.10% from 413); Blue value is 200 (78.52% from 255 or 48.43% from 413); Max value from RGB is 200 - color contains mainly: blue. Hex color #8253C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8253C8 is #7DAC37. Grayscale: #6D6D6D. Windows color (decimal): -8236088 or 13128578. OLE color: 13128578.

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

Color convert

RGB13083200-
CMYK0.350.5800.22
HSL264.1º51.54%55.49%-
HSV(B)264.1º58.5%78.43%-
XYZ22.7215.156.36-
YUV110.39178.57141.99-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.48%
GREEN value IS 83 (32.81% from 255) = 20.10%
BLUE value IS 200 (78.52% from 255) = 48.43%
R=31.48%
G=20.10%
B=48.43%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal130832000.350.5800.22264.151.5455.49
Hex8253C8233A0161083437
Octal20212331043720264106467
Binary10000010101001111001000100011111010010110100001000110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8253C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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