#8A50CA

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

Shades of Amethyst #8A50CA

Tints of Amethyst #8A50CA

Color information

#8A50CA (or 0x8A50CA) is unknown color: approx Amethyst. HEX triplet: 8A, 50 and CA. RGB value is (138,80,202). Sum of RGB (Red+Green+Blue) = 138+80+202=420 (55% of max value = 765). Red value is 138 (54.30% from 255 or 32.86% from 420); Green value is 80 (31.64% from 255 or 19.05% from 420); Blue value is 202 (79.30% from 255 or 48.10% from 420); Max value from RGB is 202 - color contains mainly: blue. Hex color #8A50CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A50CA is #75AF35. Grayscale: #6E6E6E. Windows color (decimal): -7712566 or 13258890. OLE color: 13258890.

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

Color convert

RGB13880202-
CMYK0.320.6000.21
HSL268.52º53.51%55.29%-
HSV(B)268.52º60.4%79.22%-
XYZ24.0115.457.59-
YUV111.25179.22147.08-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.86%
GREEN value IS 80 (31.64% from 255) = 19.05%
BLUE value IS 202 (79.30% from 255) = 48.10%
R=32.86%
G=19.05%
B=48.10%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal138802020.320.6000.21268.5253.5155.29
Hex8A50CA203C01510d3637
Octal21212031240740254156667
Binary10001010101000011001010100000111100010101100001101110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A50CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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