Html Css Color HEX #8E5FD0 Amethyst

📋 copy color: '#8E5FD0'

red 142 ◦ green 95 ◦ blue 208

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

Shades of Amethyst #8E5FD0

Tints of Amethyst #8E5FD0

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.35%

 BLUE value IS 208 (81.64% from 255) = 46.74%

R = 31.91%
G = 21.35%
B = 46.74%

CMYK

 C value IS 0.32

 M value IS 0.54

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#8E5FD0 (or 0x8E5FD0) is known color: Amethyst. HEX triplet: 8E, 5F and D0. RGB value is (142,95,208). Sum of RGB (Red+Green+Blue) = 142+95+208=445 (58% of max value = 765). Red value is 142 (55.86% from 255 or 31.91% from 445); Green value is 95 (37.5% from 255 or 21.35% from 445); Blue value is 208 (81.64% from 255 or 46.74% from 445); Max value from RGB is 208 - color contains mainly: blue. Hex color #8E5FD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E5FD0 is #71A02F. Grayscale: #797979. Windows color (decimal): -7446576 or 13655950. OLE color: 13655950.

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

Color convert

RGB 142 95 208 -
CMYK 0.32 0.54 0 0.18
HSL 264.96º 0.55% 0.59% -
HSV(B) 264.96º 0.54% 0.82% -
XYZ 26.63 18.49 61.84 -
YUV 121.94 176.57 142.31 -
System Red Green Blue C M Y K H S L
Decimal 142 95 208 0.32 0.54 0 0.18 264.96 0.55 0.59
Hex 8E 5F D0 20 36 0 12 109 37 3B
Octal 216 137 320 40 66 0 22 411 67 73
Binary 10001110 1011111 11010000 100000 110110 0 10010 100001001 110111 111011

Color Harmonies of #8E5FD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E5FD0

Black with #8E5FD0

Text Example


Text Example

White with #8E5FD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,95,208); }

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

background-color css

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

 a { background-color: rgb(142,95,208); }

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

border-color css

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

 span { border-color: rgb(142,95,208); }

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