#8A52C9

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

Shades of Amethyst #8A52C9

Tints of Amethyst #8A52C9

Color information

#8A52C9 (or 0x8A52C9) is unknown color: approx Amethyst. HEX triplet: 8A, 52 and C9. RGB value is (138,82,201). Sum of RGB (Red+Green+Blue) = 138+82+201=421 (55% of max value = 765). Red value is 138 (54.30% from 255 or 32.78% from 421); Green value is 82 (32.42% from 255 or 19.48% from 421); Blue value is 201 (78.91% from 255 or 47.74% from 421); Max value from RGB is 201 - color contains mainly: blue. Hex color #8A52C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A52C9 is #75AD36. Grayscale: #6F6F6F. Windows color (decimal): -7712055 or 13193866. OLE color: 13193866.

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

Color convert

RGB13882201-
CMYK0.310.5900.21
HSL268.24º52.42%55.49%-
HSV(B)268.24º59.2%78.82%-
XYZ24.0415.6557.01-
YUV112.31178.05146.32-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.78%
GREEN value IS 82 (32.42% from 255) = 19.48%
BLUE value IS 201 (78.91% from 255) = 47.74%
R=32.78%
G=19.48%
B=47.74%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal138822010.310.5900.21268.2452.4255.49
Hex8A52C91F3B01510c3437
Octal21212231137730254146467
Binary1000101010100101100100111111111011010101100001100110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A52C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,82,201); }

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

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

 a { background-color: rgb(138,82,201); }

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

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

 span { border-color: rgb(138,82,201); }

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