#8A5DBF

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

Shades of Amethyst #8A5DBF

Tints of Amethyst #8A5DBF

Color information

#8A5DBF (or 0x8A5DBF) is unknown color: approx Amethyst. HEX triplet: 8A, 5D and BF. RGB value is (138,93,191). Sum of RGB (Red+Green+Blue) = 138+93+191=422 (55% of max value = 765). Red value is 138 (54.30% from 255 or 32.70% from 422); Green value is 93 (36.72% from 255 or 22.04% from 422); Blue value is 191 (75% from 255 or 45.26% from 422); Max value from RGB is 191 - color contains mainly: blue. Hex color #8A5DBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A5DBF is #75A240. Grayscale: #757575. Windows color (decimal): -7709249 or 12541322. OLE color: 12541322.

HSL color Cylindrical-coordinate representation of color #8A5DBF: hue angle of 267.55º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8A5DBF is Cyan = 0.28, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13893191-
CMYK0.280.5100.25
HSL267.55º43.36%55.69%-
HSV(B)267.55º51.31%74.9%-
XYZ23.816.9951.32-
YUV117.63169.41142.53-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.70%
GREEN value IS 93 (36.72% from 255) = 22.04%
BLUE value IS 191 (75% from 255) = 45.26%
R=32.70%
G=22.04%
B=45.26%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal138931910.280.5100.25267.5543.3655.69
Hex8A5DBF1C3301910c2b38
Octal21213527734630314145370
Binary1000101010111011011111111100110011011001100001100101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A5DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,93,191); }

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

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

 a { background-color: rgb(138,93,191); }

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

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

 span { border-color: rgb(138,93,191); }

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