Html Css Color HEX #8E5ACF Amethyst

📋 copy color: '#8E5ACF'

red 142 ◦ green 90 ◦ blue 207

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

Shades of Amethyst #8E5ACF

Tints of Amethyst #8E5ACF

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.5%

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

R = 32.35%
G = 20.5%
B = 47.15%

CMYK

 C value IS 0.31

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8E5ACF (or 0x8E5ACF) is known color: Amethyst. HEX triplet: 8E, 5A and CF. RGB value is (142,90,207). Sum of RGB (Red+Green+Blue) = 142+90+207=439 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.35% from 439); Green value is 90 (35.55% from 255 or 20.50% from 439); Blue value is 207 (81.25% from 255 or 47.15% from 439); Max value from RGB is 207 - color contains mainly: blue. Hex color #8E5ACF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E5ACF is #71A530. Grayscale: #767676. Windows color (decimal): -7447857 or 13589134. OLE color: 13589134.

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

Color convert

RGB 142 90 207 -
CMYK 0.31 0.57 0 0.19
HSL 266.67º 0.55% 0.58% -
HSV(B) 266.67º 0.57% 0.81% -
XYZ 26.07 17.57 61.05 -
YUV 118.89 177.73 144.49 -
System Red Green Blue C M Y K H S L
Decimal 142 90 207 0.31 0.57 0 0.19 266.67 0.55 0.58
Hex 8E 5A CF 1F 39 0 13 10B 37 3A
Octal 216 132 317 37 71 0 23 413 67 72
Binary 10001110 1011010 11001111 11111 111001 0 10011 100001011 110111 111010

Color Harmonies of #8E5ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E5ACF

Black with #8E5ACF

Text Example


Text Example

White with #8E5ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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