Html Css Color HEX #8E55CE Amethyst

📋 copy color: '#8E55CE'

red 142 ◦ green 85 ◦ blue 206

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

Shades of Amethyst #8E55CE

Tints of Amethyst #8E55CE

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.63%

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

R = 32.79%
G = 19.63%
B = 47.58%

CMYK

 C value IS 0.31

 M value IS 0.59

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8E55CE (or 0x8E55CE) is known color: Amethyst. HEX triplet: 8E, 55 and CE. RGB value is (142,85,206). Sum of RGB (Red+Green+Blue) = 142+85+206=433 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.79% from 433); Green value is 85 (33.59% from 255 or 19.63% from 433); Blue value is 206 (80.86% from 255 or 47.58% from 433); Max value from RGB is 206 - color contains mainly: blue. Hex color #8E55CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E55CE is #71AA31. Grayscale: #737373. Windows color (decimal): -7449138 or 13522318. OLE color: 13522318.

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

Color convert

RGB 142 85 206 -
CMYK 0.31 0.59 0 0.19
HSL 268.26º 0.55% 0.57% -
HSV(B) 268.26º 0.59% 0.81% -
XYZ 25.54 16.7 60.27 -
YUV 115.84 178.88 146.66 -
System Red Green Blue C M Y K H S L
Decimal 142 85 206 0.31 0.59 0 0.19 268.26 0.55 0.57
Hex 8E 55 CE 1F 3B 0 13 10C 37 39
Octal 216 125 316 37 73 0 23 414 67 71
Binary 10001110 1010101 11001110 11111 111011 0 10011 100001100 110111 111001

Color Harmonies of #8E55CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E55CE

Black with #8E55CE

Text Example


Text Example

White with #8E55CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,85,206); }

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

background-color css

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

 a { background-color: rgb(142,85,206); }

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

border-color css

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

 span { border-color: rgb(142,85,206); }

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