#8155c2

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

Shades of Amethyst #8155C2

Tints of Amethyst #8155C2

Color information

#8155C2 (or 0x8155C2) is unknown color: approx Amethyst. HEX triplet: 81, 55 and C2. RGB value is (129,85,194). Sum of RGB (Red+Green+Blue) = 129+85+194=408 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.62% from 408); Green value is 85 (33.59% from 255 or 20.83% from 408); Blue value is 194 (76.17% from 255 or 47.55% from 408); Max value from RGB is 194 - color contains mainly: blue. Hex color #8155C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8155C2 is #7EAA3D. Grayscale: #6E6E6E. Windows color (decimal): -8301118 or 12735873. OLE color: 12735873.

HSL color Cylindrical-coordinate representation of color #8155C2: hue angle of 264.22º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8155C2 is Cyan = 0.34, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB12985194-
CMYK0.340.5600.24
HSL264.22º47.19%54.71%-
HSV(B)264.22º56.19%76.08%-
XYZ22.0415.0652.78-
YUV110.58175.08141.14-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.62%
GREEN value IS 85 (33.59% from 255) = 20.83%
BLUE value IS 194 (76.17% from 255) = 47.55%
R=31.62%
G=20.83%
B=47.55%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal129851940.340.5600.24264.2247.1954.71
Hex8155C222380181082f37
Octal20112530242700304105767
Binary10000001101010111000010100010111000011000100001000101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8155c2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8155c2; }

 p { color: rgb(129,85,194); }

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

<style>
 a { background-color: #8155c2; }

 a { background-color: rgb(129,85,194); }

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

<style>
 span { border-color: #8155c2; }

 span { border-color: rgb(129,85,194); }

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