#8A55D5

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

Shades of Amethyst #8A55D5

Tints of Amethyst #8A55D5

Color information

#8A55D5 (or 0x8A55D5) is unknown color: approx Amethyst. HEX triplet: 8A, 55 and D5. RGB value is (138,85,213). Sum of RGB (Red+Green+Blue) = 138+85+213=436 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.65% from 436); Green value is 85 (33.59% from 255 or 19.50% from 436); Blue value is 213 (83.59% from 255 or 48.85% from 436); Max value from RGB is 213 - color contains mainly: blue. Hex color #8A55D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A55D5 is #75AA2A. Grayscale: #727272. Windows color (decimal): -7711275 or 13981066. OLE color: 13981066.

HSL color Cylindrical-coordinate representation of color #8A55D5: hue angle of 264.84º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8A55D5 is Cyan = 0.35, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB13885213-
CMYK0.350.6000.16
HSL264.84º60.38%58.43%-
HSV(B)264.84º60.09%83.53%-
XYZ25.7416.764.82-
YUV115.44183.06144.09-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.65%
GREEN value IS 85 (33.59% from 255) = 19.50%
BLUE value IS 213 (83.59% from 255) = 48.85%
R=31.65%
G=19.50%
B=48.85%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal138852130.350.6000.16264.8460.3858.43
Hex8A55D5233C0101093c3a
Octal21212532543740204117472
Binary10001010101010111010101100011111100010000100001001111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A55D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,85,213); }

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

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

 a { background-color: rgb(138,85,213); }

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

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

 span { border-color: rgb(138,85,213); }

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