#8A5CCF

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

Shades of Amethyst #8A5CCF

Tints of Amethyst #8A5CCF

Color information

#8A5CCF (or 0x8A5CCF) is unknown color: approx Amethyst. HEX triplet: 8A, 5C and CF. RGB value is (138,92,207). Sum of RGB (Red+Green+Blue) = 138+92+207=437 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.58% from 437); Green value is 92 (36.33% from 255 or 21.05% from 437); Blue value is 207 (81.25% from 255 or 47.37% from 437); Max value from RGB is 207 - color contains mainly: blue. Hex color #8A5CCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A5CCF is #75A330. Grayscale: #767676. Windows color (decimal): -7709489 or 13589642. OLE color: 13589642.

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

Color convert

RGB13892207-
CMYK0.330.5600.19
HSL264º54.5%58.63%-
HSV(B)264º55.56%81.18%-
XYZ25.5717.5661.07-
YUV118.86177.74141.65-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.58%
GREEN value IS 92 (36.33% from 255) = 21.05%
BLUE value IS 207 (81.25% from 255) = 47.37%
R=31.58%
G=21.05%
B=47.37%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal138922070.330.5600.1926454.558.63
Hex8A5CCF2138013108373b
Octal21213431741700234106773
Binary10001010101110011001111100001111000010011100001000110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A5CCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,92,207); }

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

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

 a { background-color: rgb(138,92,207); }

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

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

 span { border-color: rgb(138,92,207); }

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