Html Css Color HEX #8F56DC Amethyst

📋 copy color: '#8F56DC'

red 143 ◦ green 86 ◦ blue 220

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

Shades of Amethyst #8F56DC

Tints of Amethyst #8F56DC

RGB

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

 GREEN value IS 86 (33.98% from 255) = 19.15%

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

R = 31.85%
G = 19.15%
B = 49%

CMYK

 C value IS 0.35

 M value IS 0.61

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8F56DC (or 0x8F56DC) is known color: Amethyst. HEX triplet: 8F, 56 and DC. RGB value is (143,86,220). Sum of RGB (Red+Green+Blue) = 143+86+220=449 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.85% from 449); Green value is 86 (33.98% from 255 or 19.15% from 449); Blue value is 220 (86.33% from 255 or 49.00% from 449); Max value from RGB is 220 - color contains mainly: blue. Hex color #8F56DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F56DC is #70A923. Grayscale: #757575. Windows color (decimal): -7383332 or 14440079. OLE color: 14440079.

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

Color convert

RGB 143 86 220 -
CMYK 0.35 0.61 0 0.14
HSL 265.52º 0.66% 0.6% -
HSV(B) 265.52º 0.61% 0.86% -
XYZ 27.57 17.66 69.67 -
YUV 118.32 185.38 145.6 -
System Red Green Blue C M Y K H S L
Decimal 143 86 220 0.35 0.61 0 0.14 265.52 0.66 0.6
Hex 8F 56 DC 23 3D 0 E 10A 42 3C
Octal 217 126 334 43 75 0 16 412 102 74
Binary 10001111 1010110 11011100 100011 111101 0 1110 100001010 1000010 111100

Color Harmonies of #8F56DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F56DC

Black with #8F56DC

Text Example


Text Example

White with #8F56DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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