#8A5BC1

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

Shades of Amethyst #8A5BC1

Tints of Amethyst #8A5BC1

Color information

#8A5BC1 (or 0x8A5BC1) is unknown color: approx Amethyst. HEX triplet: 8A, 5B and C1. RGB value is (138,91,193). Sum of RGB (Red+Green+Blue) = 138+91+193=422 (55% of max value = 765). Red value is 138 (54.30% from 255 or 32.70% from 422); Green value is 91 (35.94% from 255 or 21.56% from 422); Blue value is 193 (75.78% from 255 or 45.73% from 422); Max value from RGB is 193 - color contains mainly: blue. Hex color #8A5BC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A5BC1 is #75A43E. Grayscale: #747474. Windows color (decimal): -7709759 or 12671882. OLE color: 12671882.

HSL color Cylindrical-coordinate representation of color #8A5BC1: hue angle of 267.65º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8A5BC1 is Cyan = 0.28, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB13891193-
CMYK0.280.5300.24
HSL267.65º45.13%55.69%-
HSV(B)267.65º52.85%75.69%-
XYZ23.8516.7452.43-
YUV116.68171.07143.21-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.70%
GREEN value IS 91 (35.94% from 255) = 21.56%
BLUE value IS 193 (75.78% from 255) = 45.73%
R=32.70%
G=21.56%
B=45.73%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal138911930.280.5300.24267.6545.1355.69
Hex8A5BC11C3501810c2d38
Octal21213330134650304145570
Binary1000101010110111100000111100110101011000100001100101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A5BC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A5BC1; }

 p { color: rgb(138,91,193); }

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

<style>
 a { background-color: #8A5BC1; }

 a { background-color: rgb(138,91,193); }

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

<style>
 span { border-color: #8A5BC1; }

 span { border-color: rgb(138,91,193); }

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