#8A5AC8

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

Shades of Amethyst #8A5AC8

Tints of Amethyst #8A5AC8

Color information

#8A5AC8 (or 0x8A5AC8) is unknown color: approx Amethyst. HEX triplet: 8A, 5A and C8. RGB value is (138,90,200). Sum of RGB (Red+Green+Blue) = 138+90+200=428 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.24% from 428); Green value is 90 (35.55% from 255 or 21.03% from 428); Blue value is 200 (78.52% from 255 or 46.73% from 428); Max value from RGB is 200 - color contains mainly: blue. Hex color #8A5AC8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A5AC8 is #75A537. Grayscale: #747474. Windows color (decimal): -7710008 or 13130378. OLE color: 13130378.

HSL color Cylindrical-coordinate representation of color #8A5AC8: hue angle of 266.18º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8A5AC8 is Cyan = 0.31, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB13890200-
CMYK0.310.5500.22
HSL266.18º50%56.86%-
HSV(B)266.18º55%78.43%-
XYZ24.5616.8956.61-
YUV116.89174.9143.06-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.24%
GREEN value IS 90 (35.55% from 255) = 21.03%
BLUE value IS 200 (78.52% from 255) = 46.73%
R=32.24%
G=21.03%
B=46.73%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal138902000.310.5500.22266.185056.86
Hex8A5AC81F3701610a3239
Octal21213231037670264126271
Binary1000101010110101100100011111110111010110100001010110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A5AC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,90,200); }

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

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

 a { background-color: rgb(138,90,200); }

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

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

 span { border-color: rgb(138,90,200); }

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