#8A5BD0

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

Shades of Amethyst #8A5BD0

Tints of Amethyst #8A5BD0

Color information

#8A5BD0 (or 0x8A5BD0) is unknown color: approx Amethyst. HEX triplet: 8A, 5B and D0. RGB value is (138,91,208). Sum of RGB (Red+Green+Blue) = 138+91+208=437 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.58% from 437); Green value is 91 (35.94% from 255 or 20.82% from 437); Blue value is 208 (81.64% from 255 or 47.60% from 437); Max value from RGB is 208 - color contains mainly: blue. Hex color #8A5BD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A5BD0 is #75A42F. Grayscale: #757575. Windows color (decimal): -7709744 or 13654922. OLE color: 13654922.

HSL color Cylindrical-coordinate representation of color #8A5BD0: hue angle of 264.1º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8A5BD0 is Cyan = 0.34, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB13891208-
CMYK0.340.5600.18
HSL264.1º55.45%58.63%-
HSV(B)264.1º56.25%81.57%-
XYZ25.6117.4461.69-
YUV118.39178.57141.99-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.58%
GREEN value IS 91 (35.94% from 255) = 20.82%
BLUE value IS 208 (81.64% from 255) = 47.60%
R=31.58%
G=20.82%
B=47.60%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal138912080.340.5600.18264.155.4558.63
Hex8A5BD02238012108373b
Octal21213332042700224106773
Binary10001010101101111010000100010111000010010100001000110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A5BD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,91,208); }

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

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

 a { background-color: rgb(138,91,208); }

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

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

 span { border-color: rgb(138,91,208); }

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