#8A5BCC

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

Shades of Amethyst #8A5BCC

Tints of Amethyst #8A5BCC

Color information

#8A5BCC (or 0x8A5BCC) is unknown color: approx Amethyst. HEX triplet: 8A, 5B and CC. RGB value is (138,91,204). Sum of RGB (Red+Green+Blue) = 138+91+204=433 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.87% from 433); Green value is 91 (35.94% from 255 or 21.02% from 433); Blue value is 204 (80.08% from 255 or 47.11% from 433); Max value from RGB is 204 - color contains mainly: blue. Hex color #8A5BCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A5BCC is #75A433. Grayscale: #757575. Windows color (decimal): -7709748 or 13392778. OLE color: 13392778.

HSL color Cylindrical-coordinate representation of color #8A5BCC: hue angle of 264.96º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8A5BCC is Cyan = 0.32, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB13891204-
CMYK0.320.5500.2
HSL264.96º52.56%57.84%-
HSV(B)264.96º55.39%80%-
XYZ25.1217.2559.13-
YUV117.94176.57142.31-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.87%
GREEN value IS 91 (35.94% from 255) = 21.02%
BLUE value IS 204 (80.08% from 255) = 47.11%
R=31.87%
G=21.02%
B=47.11%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal138912040.320.5500.2264.9652.5657.84
Hex8A5BCC2037014109353a
Octal21213331440670244116572
Binary10001010101101111001100100000110111010100100001001110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A5BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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