#8A5FCD

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

Shades of Amethyst #8A5FCD

Tints of Amethyst #8A5FCD

Color information

#8A5FCD (or 0x8A5FCD) is unknown color: approx Amethyst. HEX triplet: 8A, 5F and CD. RGB value is (138,95,205). Sum of RGB (Red+Green+Blue) = 138+95+205=438 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.51% from 438); Green value is 95 (37.5% from 255 or 21.69% from 438); Blue value is 205 (80.47% from 255 or 46.80% from 438); Max value from RGB is 205 - color contains mainly: blue. Hex color #8A5FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A5FCD is #75A032. Grayscale: #777777. Windows color (decimal): -7708723 or 13459338. OLE color: 13459338.

HSL color Cylindrical-coordinate representation of color #8A5FCD: hue angle of 263.45º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8A5FCD is Cyan = 0.33, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB13895205-
CMYK0.330.5400.20
HSL263.45º52.38%58.82%-
HSV(B)263.45º53.66%80.39%-
XYZ25.591859.88-
YUV120.4175.75140.56-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.51%
GREEN value IS 95 (37.5% from 255) = 21.69%
BLUE value IS 205 (80.47% from 255) = 46.80%
R=31.51%
G=21.69%
B=46.80%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal138952050.330.5400.20263.4552.3858.82
Hex8A5FCD2136014107343b
Octal21213731541660244076473
Binary10001010101111111001101100001110110010100100000111110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A5FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,95,205); }

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

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

 a { background-color: rgb(138,95,205); }

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

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

 span { border-color: rgb(138,95,205); }

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