#8A51CA

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

Shades of Amethyst #8A51CA

Tints of Amethyst #8A51CA

Color information

#8A51CA (or 0x8A51CA) is unknown color: approx Amethyst. HEX triplet: 8A, 51 and CA. RGB value is (138,81,202). Sum of RGB (Red+Green+Blue) = 138+81+202=421 (55% of max value = 765). Red value is 138 (54.30% from 255 or 32.78% from 421); Green value is 81 (32.03% from 255 or 19.24% from 421); Blue value is 202 (79.30% from 255 or 47.98% from 421); Max value from RGB is 202 - color contains mainly: blue. Hex color #8A51CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A51CA is #75AE35. Grayscale: #6F6F6F. Windows color (decimal): -7712310 or 13259146. OLE color: 13259146.

HSL color Cylindrical-coordinate representation of color #8A51CA: hue angle of 268.26º degrees, saturation: 0.53, 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 #8A51CA is Cyan = 0.32, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB13881202-
CMYK0.320.6000.21
HSL268.26º53.3%55.49%-
HSV(B)268.26º59.9%79.22%-
XYZ24.0815.5557.61-
YUV111.84178.88146.66-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.78%
GREEN value IS 81 (32.03% from 255) = 19.24%
BLUE value IS 202 (79.30% from 255) = 47.98%
R=32.78%
G=19.24%
B=47.98%

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
Decimal138812020.320.6000.21268.2653.355.49
Hex8A51CA203C01510c3537
Octal21212131240740254146567
Binary10001010101000111001010100000111100010101100001100110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A51CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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