#8A5BC0

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

Shades of Amethyst #8A5BC0

Tints of Amethyst #8A5BC0

Color information

#8A5BC0 (or 0x8A5BC0) is unknown color: approx Amethyst. HEX triplet: 8A, 5B and C0. RGB value is (138,91,192). Sum of RGB (Red+Green+Blue) = 138+91+192=421 (55% of max value = 765). Red value is 138 (54.30% from 255 or 32.78% from 421); Green value is 91 (35.94% from 255 or 21.62% from 421); Blue value is 192 (75.39% from 255 or 45.61% from 421); Max value from RGB is 192 - color contains mainly: blue. Hex color #8A5BC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A5BC0 is #75A43F. Grayscale: #747474. Windows color (decimal): -7709760 or 12606346. OLE color: 12606346.

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

Color convert

RGB13891192-
CMYK0.280.5300.25
HSL267.92º44.49%55.49%-
HSV(B)267.92º52.6%75.29%-
XYZ23.7416.6951.84-
YUV116.57170.57143.29-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.78%
GREEN value IS 91 (35.94% from 255) = 21.62%
BLUE value IS 192 (75.39% from 255) = 45.61%
R=32.78%
G=21.62%
B=45.61%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal138911920.280.5300.25267.9244.4955.49
Hex8A5BC01C3501910c2c37
Octal21213330034650314145467
Binary1000101010110111100000011100110101011001100001100101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A5BC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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