#8C5ECB

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

Shades of Amethyst #8C5ECB

Tints of Amethyst #8C5ECB

Color information

#8C5ECB (or 0x8C5ECB) is unknown color: approx Amethyst. HEX triplet: 8C, 5E and CB. RGB value is (140,94,203). Sum of RGB (Red+Green+Blue) = 140+94+203=437 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.04% from 437); Green value is 94 (37.11% from 255 or 21.51% from 437); Blue value is 203 (79.69% from 255 or 46.45% from 437); Max value from RGB is 203 - color contains mainly: blue. Hex color #8C5ECB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C5ECB is #73A134. Grayscale: #777777. Windows color (decimal): -7577909 or 13328012. OLE color: 13328012.

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

Color convert

RGB14094203-
CMYK0.310.5400.20
HSL265.32º51.17%58.24%-
HSV(B)265.32º53.69%79.61%-
XYZ25.617.8958.6-
YUV120.18174.74142.14-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 32.04%
GREEN value IS 94 (37.11% from 255) = 21.51%
BLUE value IS 203 (79.69% from 255) = 46.45%
R=32.04%
G=21.51%
B=46.45%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal140942030.310.5400.20265.3251.1758.24
Hex8C5ECB1F36014109333a
Octal21413631337660244116372
Binary1000110010111101100101111111110110010100100001001110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C5ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,94,203); }

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

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

 a { background-color: rgb(140,94,203); }

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

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

 span { border-color: rgb(140,94,203); }

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