#8B5ECA

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

Shades of Amethyst #8B5ECA

Tints of Amethyst #8B5ECA

Color information

#8B5ECA (or 0x8B5ECA) is unknown color: approx Amethyst. HEX triplet: 8B, 5E and CA. RGB value is (139,94,202). Sum of RGB (Red+Green+Blue) = 139+94+202=435 (57% of max value = 765). Red value is 139 (54.69% from 255 or 31.95% from 435); Green value is 94 (37.11% from 255 or 21.61% from 435); Blue value is 202 (79.30% from 255 or 46.44% from 435); Max value from RGB is 202 - color contains mainly: blue. Hex color #8B5ECA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B5ECA is #74A135. Grayscale: #777777. Windows color (decimal): -7643446 or 13262475. OLE color: 13262475.

HSL color Cylindrical-coordinate representation of color #8B5ECA: hue angle of 265º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8B5ECA is Cyan = 0.31, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB13994202-
CMYK0.310.5300.21
HSL265º50.47%58.04%-
HSV(B)265º53.47%79.22%-
XYZ25.3117.7657.97-
YUV119.77174.41141.72-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 31.95%
GREEN value IS 94 (37.11% from 255) = 21.61%
BLUE value IS 202 (79.30% from 255) = 46.44%
R=31.95%
G=21.61%
B=46.44%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal139942020.310.5300.2126550.4758.04
Hex8B5ECA1F35015109323a
Octal21313631237650254116272
Binary1000101110111101100101011111110101010101100001001110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,94,202); }

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

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

 a { background-color: rgb(139,94,202); }

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

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

 span { border-color: rgb(139,94,202); }

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