Html Css Color HEX #8F5EC1 Amethyst

📋 copy color: '#8F5EC1'

red 143 ◦ green 94 ◦ blue 193

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

Shades of Amethyst #8F5EC1

Tints of Amethyst #8F5EC1

RGB

 RED value IS 143 (56.25% from 255) = 33.26%

 GREEN value IS 94 (37.11% from 255) = 21.86%

 BLUE value IS 193 (75.78% from 255) = 44.88%

R = 33.26%
G = 21.86%
B = 44.88%

CMYK

 C value IS 0.26

 M value IS 0.51

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#8F5EC1 (or 0x8F5EC1) is known color: Amethyst. HEX triplet: 8F, 5E and C1. RGB value is (143,94,193). Sum of RGB (Red+Green+Blue) = 143+94+193=430 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.26% from 430); Green value is 94 (37.11% from 255 or 21.86% from 430); Blue value is 193 (75.78% from 255 or 44.88% from 430); Max value from RGB is 193 - color contains mainly: blue. Hex color #8F5EC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F5EC1 is #70A13E. Grayscale: #777777. Windows color (decimal): -7381311 or 12672655. OLE color: 12672655.

HSL color Cylindrical-coordinate representation of color #8F5EC1: hue angle of 269.7º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8F5EC1 is Cyan = 0.26, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 143 94 193 -
CMYK 0.26 0.51 0 0.24
HSL 269.7º 0.44% 0.56% -
HSV(B) 269.7º 0.51% 0.76% -
XYZ 24.96 17.7 52.55 -
YUV 119.94 169.23 144.45 -
System Red Green Blue C M Y K H S L
Decimal 143 94 193 0.26 0.51 0 0.24 269.7 0.44 0.56
Hex 8F 5E C1 1A 33 0 18 10E 2C 38
Octal 217 136 301 32 63 0 30 416 54 70
Binary 10001111 1011110 11000001 11010 110011 0 11000 100001110 101100 111000

Color Harmonies of #8F5EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F5EC1

Black with #8F5EC1

Text Example


Text Example

White with #8F5EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,94,193); }

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

background-color css

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

 a { background-color: rgb(143,94,193); }

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

border-color css

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

 span { border-color: rgb(143,94,193); }

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