Html Css Color HEX #8C5ECE Amethyst

📋 copy color: '#8C5ECE'

red 140 ◦ green 94 ◦ blue 206

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

Shades of Amethyst #8C5ECE

Tints of Amethyst #8C5ECE

RGB

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

 GREEN value IS 94 (37.11% from 255) = 21.36%

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

R = 31.82%
G = 21.36%
B = 46.82%

CMYK

 C value IS 0.32

 M value IS 0.54

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8C5ECE (or 0x8C5ECE) is known color: Amethyst. HEX triplet: 8C, 5E and CE. RGB value is (140,94,206). Sum of RGB (Red+Green+Blue) = 140+94+206=440 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.82% from 440); Green value is 94 (37.11% from 255 or 21.36% from 440); Blue value is 206 (80.86% from 255 or 46.82% from 440); Max value from RGB is 206 - color contains mainly: blue. Hex color #8C5ECE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C5ECE is #73A131. Grayscale: #787878. Windows color (decimal): -7577906 or 13524620. OLE color: 13524620.

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

Color convert

RGB 140 94 206 -
CMYK 0.32 0.54 0 0.19
HSL 264.64º 0.53% 0.59% -
HSV(B) 264.64º 0.54% 0.81% -
XYZ 25.96 18.04 60.51 -
YUV 120.52 176.24 141.89 -
System Red Green Blue C M Y K H S L
Decimal 140 94 206 0.32 0.54 0 0.19 264.64 0.53 0.59
Hex 8C 5E CE 20 36 0 13 109 35 3B
Octal 214 136 316 40 66 0 23 411 65 73
Binary 10001100 1011110 11001110 100000 110110 0 10011 100001001 110101 111011

Color Harmonies of #8C5ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C5ECE

Black with #8C5ECE

Text Example


Text Example

White with #8C5ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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