#8A5BCA

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

Shades of Amethyst #8A5BCA

Tints of Amethyst #8A5BCA

Color information

#8A5BCA (or 0x8A5BCA) is unknown color: approx Amethyst. HEX triplet: 8A, 5B and CA. RGB value is (138,91,202). Sum of RGB (Red+Green+Blue) = 138+91+202=431 (57% of max value = 765). Red value is 138 (54.30% from 255 or 32.02% from 431); Green value is 91 (35.94% from 255 or 21.11% from 431); Blue value is 202 (79.30% from 255 or 46.87% from 431); Max value from RGB is 202 - color contains mainly: blue. Hex color #8A5BCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A5BCA is #75A435. Grayscale: #757575. Windows color (decimal): -7709750 or 13261706. OLE color: 13261706.

HSL color Cylindrical-coordinate representation of color #8A5BCA: hue angle of 265.41º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8A5BCA is Cyan = 0.32, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB13891202-
CMYK0.320.5500.21
HSL265.41º51.15%57.45%-
HSV(B)265.41º54.95%79.22%-
XYZ24.8817.1557.88-
YUV117.71175.57142.47-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.02%
GREEN value IS 91 (35.94% from 255) = 21.11%
BLUE value IS 202 (79.30% from 255) = 46.87%
R=32.02%
G=21.11%
B=46.87%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal138912020.320.5500.21265.4151.1557.45
Hex8A5BCA20370151093339
Octal21213331240670254116371
Binary10001010101101111001010100000110111010101100001001110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A5BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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