#8C5ECA

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

Shades of Amethyst #8C5ECA

Tints of Amethyst #8C5ECA

Color information

#8C5ECA (or 0x8C5ECA) is unknown color: approx Amethyst. HEX triplet: 8C, 5E and CA. RGB value is (140,94,202). Sum of RGB (Red+Green+Blue) = 140+94+202=436 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.11% from 436); Green value is 94 (37.11% from 255 or 21.56% from 436); Blue value is 202 (79.30% from 255 or 46.33% from 436); Max value from RGB is 202 - color contains mainly: blue. Hex color #8C5ECA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C5ECA is #73A135. Grayscale: #777777. Windows color (decimal): -7577910 or 13262476. OLE color: 13262476.

HSL color Cylindrical-coordinate representation of color #8C5ECA: hue angle of 265.56º 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 #8C5ECA is Cyan = 0.31, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB14094202-
CMYK0.310.5300.21
HSL265.56º50.47%58.04%-
HSV(B)265.56º53.47%79.22%-
XYZ25.4817.8557.98-
YUV120.07174.24142.22-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 32.11%
GREEN value IS 94 (37.11% from 255) = 21.56%
BLUE value IS 202 (79.30% from 255) = 46.33%
R=32.11%
G=21.56%
B=46.33%

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
Decimal140942020.310.5300.21265.5650.4758.04
Hex8C5ECA1F3501510a323a
Octal21413631237650254126272
Binary1000110010111101100101011111110101010101100001010110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C5ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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