#8155C3

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

Shades of Amethyst #8155C3

Tints of Amethyst #8155C3

Color information

#8155C3 (or 0x8155C3) is unknown color: approx Amethyst. HEX triplet: 81, 55 and C3. RGB value is (129,85,195). Sum of RGB (Red+Green+Blue) = 129+85+195=409 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.54% from 409); Green value is 85 (33.59% from 255 or 20.78% from 409); Blue value is 195 (76.56% from 255 or 47.68% from 409); Max value from RGB is 195 - color contains mainly: blue. Hex color #8155C3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8155C3 is #7EAA3C. Grayscale: #6E6E6E. Windows color (decimal): -8301117 or 12801409. OLE color: 12801409.

HSL color Cylindrical-coordinate representation of color #8155C3: hue angle of 264º degrees, saturation: 0.48, 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 #8155C3 is Cyan = 0.34, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB12985195-
CMYK0.340.5600.24
HSL264º47.83%54.9%-
HSV(B)264º56.41%76.47%-
XYZ22.1515.153.38-
YUV110.7175.58141.06-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.54%
GREEN value IS 85 (33.59% from 255) = 20.78%
BLUE value IS 195 (76.56% from 255) = 47.68%
R=31.54%
G=20.78%
B=47.68%

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
Decimal129851950.340.5600.2426447.8354.9
Hex8155C322380181083037
Octal20112530342700304106067
Binary10000001101010111000011100010111000011000100001000110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8155C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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