Html Css Color HEX #8E5FCD Amethyst

📋 copy color: '#8E5FCD'

red 142 ◦ green 95 ◦ blue 205

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

Shades of Amethyst #8E5FCD

Tints of Amethyst #8E5FCD

RGB

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

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

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

R = 32.13%
G = 21.49%
B = 46.38%

CMYK

 C value IS 0.31

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8E5FCD (or 0x8E5FCD) is known color: Amethyst. HEX triplet: 8E, 5F and CD. RGB value is (142,95,205). Sum of RGB (Red+Green+Blue) = 142+95+205=442 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.13% from 442); Green value is 95 (37.5% from 255 or 21.49% from 442); Blue value is 205 (80.47% from 255 or 46.38% from 442); Max value from RGB is 205 - color contains mainly: blue. Hex color #8E5FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E5FCD is #71A032. Grayscale: #797979. Windows color (decimal): -7446579 or 13459342. OLE color: 13459342.

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

Color convert

RGB 142 95 205 -
CMYK 0.31 0.54 0 0.20
HSL 265.64º 0.52% 0.59% -
HSV(B) 265.64º 0.54% 0.8% -
XYZ 26.27 18.34 59.91 -
YUV 121.59 175.07 142.56 -
System Red Green Blue C M Y K H S L
Decimal 142 95 205 0.31 0.54 0 0.20 265.64 0.52 0.59
Hex 8E 5F CD 1F 36 0 14 10A 34 3B
Octal 216 137 315 37 66 0 24 412 64 73
Binary 10001110 1011111 11001101 11111 110110 0 10100 100001010 110100 111011

Color Harmonies of #8E5FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E5FCD

Black with #8E5FCD

Text Example


Text Example

White with #8E5FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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