Html Css Color HEX #8E55CF Amethyst

📋 copy color: '#8E55CF'

red 142 ◦ green 85 ◦ blue 207

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

Shades of Amethyst #8E55CF

Tints of Amethyst #8E55CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 47.7%

R = 32.72%
G = 19.59%
B = 47.7%

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

#8E55CF (or 0x8E55CF) is known color: Amethyst. HEX triplet: 8E, 55 and CF. RGB value is (142,85,207). Sum of RGB (Red+Green+Blue) = 142+85+207=434 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.72% from 434); Green value is 85 (33.59% from 255 or 19.59% from 434); Blue value is 207 (81.25% from 255 or 47.70% from 434); Max value from RGB is 207 - color contains mainly: blue. Hex color #8E55CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E55CF is #71AA30. Grayscale: #737373. Windows color (decimal): -7449137 or 13587854. OLE color: 13587854.

HSL color Cylindrical-coordinate representation of color #8E55CF: hue angle of 268.03º degrees, saturation: 0.56, 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 #8E55CF is Cyan = 0.31, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 142 85 207 -
CMYK 0.31 0.59 0 0.19
HSL 268.03º 0.56% 0.57% -
HSV(B) 268.03º 0.59% 0.81% -
XYZ 25.67 16.75 60.91 -
YUV 115.95 179.38 146.58 -
System Red Green Blue C M Y K H S L
Decimal 142 85 207 0.31 0.59 0 0.19 268.03 0.56 0.57
Hex 8E 55 CF 1F 3B 0 13 10C 38 39
Octal 216 125 317 37 73 0 23 414 70 71
Binary 10001110 1010101 11001111 11111 111011 0 10011 100001100 111000 111001

Color Harmonies of #8E55CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E55CF

Black with #8E55CF

Text Example


Text Example

White with #8E55CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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