Html Css Color HEX #8F4FDC Amethyst

📋 copy color: '#8F4FDC'

red 143 ◦ green 79 ◦ blue 220

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

Shades of Amethyst #8F4FDC

Tints of Amethyst #8F4FDC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.87%

 BLUE value IS 220 (86.33% from 255) = 49.77%

R = 32.35%
G = 17.87%
B = 49.77%

CMYK

 C value IS 0.35

 M value IS 0.64

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8F4FDC (or 0x8F4FDC) is known color: Amethyst. HEX triplet: 8F, 4F and DC. RGB value is (143,79,220). Sum of RGB (Red+Green+Blue) = 143+79+220=442 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.35% from 442); Green value is 79 (31.25% from 255 or 17.87% from 442); Blue value is 220 (86.33% from 255 or 49.77% from 442); Max value from RGB is 220 - color contains mainly: blue. Hex color #8F4FDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F4FDC is #70B023. Grayscale: #717171. Windows color (decimal): -7385124 or 14438287. OLE color: 14438287.

HSL color Cylindrical-coordinate representation of color #8F4FDC: hue angle of 267.23º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8F4FDC is Cyan = 0.35, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 143 79 220 -
CMYK 0.35 0.64 0 0.14
HSL 267.23º 0.67% 0.59% -
HSV(B) 267.23º 0.64% 0.86% -
XYZ 27.04 16.6 69.49 -
YUV 114.21 187.7 148.54 -
System Red Green Blue C M Y K H S L
Decimal 143 79 220 0.35 0.64 0 0.14 267.23 0.67 0.59
Hex 8F 4F DC 23 40 0 E 10B 43 3B
Octal 217 117 334 43 100 0 16 413 103 73
Binary 10001111 1001111 11011100 100011 1000000 0 1110 100001011 1000011 111011

Color Harmonies of #8F4FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F4FDC

Black with #8F4FDC

Text Example


Text Example

White with #8F4FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,79,220); }

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

background-color css

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

 a { background-color: rgb(143,79,220); }

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

border-color css

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

 span { border-color: rgb(143,79,220); }

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