Html Css Color HEX #8E60C2 Amethyst

📋 copy color: '#8E60C2'

red 142 ◦ green 96 ◦ blue 194

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

Shades of Amethyst #8E60C2

Tints of Amethyst #8E60C2

RGB

 RED value IS 142 (55.86% from 255) = 32.87%

 GREEN value IS 96 (37.89% from 255) = 22.22%

 BLUE value IS 194 (76.17% from 255) = 44.91%

R = 32.87%
G = 22.22%
B = 44.91%

CMYK

 C value IS 0.27

 M value IS 0.51

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#8E60C2 (or 0x8E60C2) is known color: Amethyst. HEX triplet: 8E, 60 and C2. RGB value is (142,96,194). Sum of RGB (Red+Green+Blue) = 142+96+194=432 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.87% from 432); Green value is 96 (37.89% from 255 or 22.22% from 432); Blue value is 194 (76.17% from 255 or 44.91% from 432); Max value from RGB is 194 - color contains mainly: blue. Hex color #8E60C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E60C2 is #719F3D. Grayscale: #787878. Windows color (decimal): -7446334 or 12738702. OLE color: 12738702.

HSL color Cylindrical-coordinate representation of color #8E60C2: hue angle of 268.16º 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 #8E60C2 is Cyan = 0.27, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 142 96 194 -
CMYK 0.27 0.51 0 0.24
HSL 268.16º 0.45% 0.57% -
HSV(B) 268.16º 0.51% 0.76% -
XYZ 25.08 18.01 53.19 -
YUV 120.93 169.24 143.03 -
System Red Green Blue C M Y K H S L
Decimal 142 96 194 0.27 0.51 0 0.24 268.16 0.45 0.57
Hex 8E 60 C2 1B 33 0 18 10C 2D 39
Octal 216 140 302 33 63 0 30 414 55 71
Binary 10001110 1100000 11000010 11011 110011 0 11000 100001100 101101 111001

Color Harmonies of #8E60C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E60C2

Black with #8E60C2

Text Example


Text Example

White with #8E60C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,96,194); }

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

background-color css

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

 a { background-color: rgb(142,96,194); }

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

border-color css

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

 span { border-color: rgb(142,96,194); }

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