#8152C5

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

Shades of Amethyst #8152C5

Tints of Amethyst #8152C5

Color information

#8152C5 (or 0x8152C5) is unknown color: approx Amethyst. HEX triplet: 81, 52 and C5. RGB value is (129,82,197). Sum of RGB (Red+Green+Blue) = 129+82+197=408 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.62% from 408); Green value is 82 (32.42% from 255 or 20.10% from 408); Blue value is 197 (77.34% from 255 or 48.28% from 408); Max value from RGB is 197 - color contains mainly: blue. Hex color #8152C5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8152C5 is #7EAD3A. Grayscale: #6C6C6C. Windows color (decimal): -8301883 or 12931713. OLE color: 12931713.

HSL color Cylindrical-coordinate representation of color #8152C5: hue angle of 264.52º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8152C5 is Cyan = 0.35, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB12982197-
CMYK0.350.5800.23
HSL264.52º49.78%54.71%-
HSV(B)264.52º58.38%77.25%-
XYZ22.1514.7354.5-
YUV109.16177.57142.15-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.62%
GREEN value IS 82 (32.42% from 255) = 20.10%
BLUE value IS 197 (77.34% from 255) = 48.28%
R=31.62%
G=20.10%
B=48.28%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal129821970.350.5800.23264.5249.7854.71
Hex8152C5233A0171093237
Octal20112230543720274116267
Binary10000001101001011000101100011111010010111100001001110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8152C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8152C5; }

 p { color: rgb(129,82,197); }

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

<style>
 a { background-color: #8152C5; }

 a { background-color: rgb(129,82,197); }

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

<style>
 span { border-color: #8152C5; }

 span { border-color: rgb(129,82,197); }

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