Html Css Color HEX #8F4EDD Amethyst

📋 copy color: '#8F4EDD'

red 143 ◦ green 78 ◦ blue 221

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

Shades of Amethyst #8F4EDD

Tints of Amethyst #8F4EDD

RGB

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

 GREEN value IS 78 (30.86% from 255) = 17.65%

 BLUE value IS 221 (86.72% from 255) = 50%

R = 32.35%
G = 17.65%
B = 50%

CMYK

 C value IS 0.35

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8F4EDD (or 0x8F4EDD) is known color: Amethyst. HEX triplet: 8F, 4E and DD. RGB value is (143,78,221). Sum of RGB (Red+Green+Blue) = 143+78+221=442 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.35% from 442); Green value is 78 (30.86% from 255 or 17.65% from 442); Blue value is 221 (86.72% from 255 or 50% from 442); Max value from RGB is 221 - color contains mainly: blue. Hex color #8F4EDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F4EDD is #70B122. Grayscale: #717171. Windows color (decimal): -7385379 or 14503567. OLE color: 14503567.

HSL color Cylindrical-coordinate representation of color #8F4EDD: hue angle of 267.27º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8F4EDD is Cyan = 0.35, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 143 78 221 -
CMYK 0.35 0.65 0 0.13
HSL 267.27º 0.68% 0.59% -
HSV(B) 267.27º 0.65% 0.87% -
XYZ 27.1 16.51 70.16 -
YUV 113.74 188.53 148.87 -
System Red Green Blue C M Y K H S L
Decimal 143 78 221 0.35 0.65 0 0.13 267.27 0.68 0.59
Hex 8F 4E DD 23 41 0 D 10B 44 3B
Octal 217 116 335 43 101 0 15 413 104 73
Binary 10001111 1001110 11011101 100011 1000001 0 1101 100001011 1000100 111011

Color Harmonies of #8F4EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F4EDD

Black with #8F4EDD

Text Example


Text Example

White with #8F4EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,78,221); }

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

background-color css

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

 a { background-color: rgb(143,78,221); }

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

border-color css

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

 span { border-color: rgb(143,78,221); }

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