Html Css Color HEX #8E5ACD Amethyst

📋 copy color: '#8E5ACD'

red 142 ◦ green 90 ◦ blue 205

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

Shades of Amethyst #8E5ACD

Tints of Amethyst #8E5ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 46.91%

R = 32.49%
G = 20.59%
B = 46.91%

CMYK

 C value IS 0.31

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8E5ACD (or 0x8E5ACD) is known color: Amethyst. HEX triplet: 8E, 5A and CD. RGB value is (142,90,205). Sum of RGB (Red+Green+Blue) = 142+90+205=437 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.49% from 437); Green value is 90 (35.55% from 255 or 20.59% from 437); Blue value is 205 (80.47% from 255 or 46.91% from 437); Max value from RGB is 205 - color contains mainly: blue. Hex color #8E5ACD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E5ACD is #71A532. Grayscale: #767676. Windows color (decimal): -7447859 or 13458062. OLE color: 13458062.

HSL color Cylindrical-coordinate representation of color #8E5ACD: hue angle of 267.13º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8E5ACD is Cyan = 0.31, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 142 90 205 -
CMYK 0.31 0.56 0 0.20
HSL 267.13º 0.53% 0.58% -
HSV(B) 267.13º 0.56% 0.8% -
XYZ 25.83 17.47 59.77 -
YUV 118.66 176.73 144.65 -
System Red Green Blue C M Y K H S L
Decimal 142 90 205 0.31 0.56 0 0.20 267.13 0.53 0.58
Hex 8E 5A CD 1F 38 0 14 10B 35 3A
Octal 216 132 315 37 70 0 24 413 65 72
Binary 10001110 1011010 11001101 11111 111000 0 10100 100001011 110101 111010

Color Harmonies of #8E5ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E5ACD

Black with #8E5ACD

Text Example


Text Example

White with #8E5ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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