#8C5FC2

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

Shades of Amethyst #8C5FC2

Tints of Amethyst #8C5FC2

Color information

#8C5FC2 (or 0x8C5FC2) is unknown color: approx Amethyst. HEX triplet: 8C, 5F and C2. RGB value is (140,95,194). Sum of RGB (Red+Green+Blue) = 140+95+194=429 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.63% from 429); Green value is 95 (37.5% from 255 or 22.14% from 429); Blue value is 194 (76.17% from 255 or 45.22% from 429); Max value from RGB is 194 - color contains mainly: blue. Hex color #8C5FC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C5FC2 is #73A03D. Grayscale: #777777. Windows color (decimal): -7577662 or 12738444. OLE color: 12738444.

HSL color Cylindrical-coordinate representation of color #8C5FC2: hue angle of 267.27º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8C5FC2 is Cyan = 0.28, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB14095194-
CMYK0.280.5100.24
HSL267.27º44.8%56.67%-
HSV(B)267.27º51.03%76.08%-
XYZ24.6517.6553.15-
YUV119.74169.91142.45-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 32.63%
GREEN value IS 95 (37.5% from 255) = 22.14%
BLUE value IS 194 (76.17% from 255) = 45.22%
R=32.63%
G=22.14%
B=45.22%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal140951940.280.5100.24267.2744.856.67
Hex8C5FC21C3301810b2d39
Octal21413730234630304135571
Binary1000110010111111100001011100110011011000100001011101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C5FC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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