#8C5FCA

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

Shades of Amethyst #8C5FCA

Tints of Amethyst #8C5FCA

Color information

#8C5FCA (or 0x8C5FCA) is unknown color: approx Amethyst. HEX triplet: 8C, 5F and CA. RGB value is (140,95,202). Sum of RGB (Red+Green+Blue) = 140+95+202=437 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.04% from 437); Green value is 95 (37.5% from 255 or 21.74% from 437); Blue value is 202 (79.30% from 255 or 46.22% from 437); Max value from RGB is 202 - color contains mainly: blue. Hex color #8C5FCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C5FCA is #73A035. Grayscale: #787878. Windows color (decimal): -7577654 or 13262732. OLE color: 13262732.

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

Color convert

RGB14095202-
CMYK0.310.5300.21
HSL265.23º50.23%58.24%-
HSV(B)265.23º52.97%79.22%-
XYZ25.5718.0258.01-
YUV120.65173.91141.8-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 32.04%
GREEN value IS 95 (37.5% from 255) = 21.74%
BLUE value IS 202 (79.30% from 255) = 46.22%
R=32.04%
G=21.74%
B=46.22%

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
Decimal140952020.310.5300.21265.2350.2358.24
Hex8C5FCA1F35015109323a
Octal21413731237650254116272
Binary1000110010111111100101011111110101010101100001001110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C5FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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