#8150C6

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

Shades of Amethyst #8150C6

Tints of Amethyst #8150C6

Color information

#8150C6 (or 0x8150C6) is unknown color: approx Amethyst. HEX triplet: 81, 50 and C6. RGB value is (129,80,198). Sum of RGB (Red+Green+Blue) = 129+80+198=407 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.70% from 407); Green value is 80 (31.64% from 255 or 19.66% from 407); Blue value is 198 (77.73% from 255 or 48.65% from 407); Max value from RGB is 198 - color contains mainly: blue. Hex color #8150C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8150C6 is #7EAF39. Grayscale: #6B6B6B. Windows color (decimal): -8302394 or 12996737. OLE color: 12996737.

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

Color convert

RGB12980198-
CMYK0.350.6000.22
HSL264.92º50.86%54.51%-
HSV(B)264.92º59.6%77.65%-
XYZ22.1114.4855.06-
YUV108.1178.73142.91-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.70%
GREEN value IS 80 (31.64% from 255) = 19.66%
BLUE value IS 198 (77.73% from 255) = 48.65%
R=31.70%
G=19.66%
B=48.65%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal129801980.350.6000.22264.9250.8654.51
Hex8150C6233C0161093337
Octal20112030643740264116367
Binary10000001101000011000110100011111100010110100001001110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8150C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8150C6; }

 p { color: rgb(129,80,198); }

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

<style>
 a { background-color: #8150C6; }

 a { background-color: rgb(129,80,198); }

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

<style>
 span { border-color: #8150C6; }

 span { border-color: rgb(129,80,198); }

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