Html Css Color HEX #8C4ECE Amethyst

📋 copy color: '#8C4ECE'

red 140 ◦ green 78 ◦ blue 206

#8C4ECE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amethyst #8C4ECE

Tints of Amethyst #8C4ECE

RGB

 RED value IS 140 (55.08% from 255) = 33.02%

 GREEN value IS 78 (30.86% from 255) = 18.4%

 BLUE value IS 206 (80.86% from 255) = 48.58%

R = 33.02%
G = 18.4%
B = 48.58%

CMYK

 C value IS 0.32

 M value IS 0.62

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8C4ECE (or 0x8C4ECE) is known color: Amethyst. HEX triplet: 8C, 4E and CE. RGB value is (140,78,206). Sum of RGB (Red+Green+Blue) = 140+78+206=424 (56% of max value = 765). Red value is 140 (55.08% from 255 or 33.02% from 424); Green value is 78 (30.86% from 255 or 18.40% from 424); Blue value is 206 (80.86% from 255 or 48.58% from 424); Max value from RGB is 206 - color contains mainly: blue. Hex color #8C4ECE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C4ECE is #73B131. Grayscale: #6E6E6E. Windows color (decimal): -7582002 or 13520524. OLE color: 13520524.

HSL color Cylindrical-coordinate representation of color #8C4ECE: hue angle of 269.06º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8C4ECE is Cyan = 0.32, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 140 78 206 -
CMYK 0.32 0.62 0 0.19
HSL 269.06º 0.57% 0.56% -
HSV(B) 269.06º 0.62% 0.81% -
XYZ 24.68 15.48 60.08 -
YUV 111.13 181.54 148.59 -
System Red Green Blue C M Y K H S L
Decimal 140 78 206 0.32 0.62 0 0.19 269.06 0.57 0.56
Hex 8C 4E CE 20 3E 0 13 10D 39 38
Octal 214 116 316 40 76 0 23 415 71 70
Binary 10001100 1001110 11001110 100000 111110 0 10011 100001101 111001 111000

Color Harmonies of #8C4ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C4ECE

Black with #8C4ECE

Text Example


Text Example

White with #8C4ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,78,206); }

 H1.HeaderClassName
 {
   color: #8C4ECE;
 }
 .AnyTagClassName
 {
   color: #8C4ECE;
 }
</style>

background-color css

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

 a { background-color: rgb(140,78,206); }

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

border-color css

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

 span { border-color: rgb(140,78,206); }

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