Html Css Color HEX #8F56CD Amethyst

📋 copy color: '#8F56CD'

red 143 ◦ green 86 ◦ blue 205

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

Shades of Amethyst #8F56CD

Tints of Amethyst #8F56CD

RGB

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

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

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

R = 32.95%
G = 19.82%
B = 47.24%

CMYK

 C value IS 0.30

 M value IS 0.58

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8F56CD (or 0x8F56CD) is known color: Amethyst. HEX triplet: 8F, 56 and CD. RGB value is (143,86,205). Sum of RGB (Red+Green+Blue) = 143+86+205=434 (57% of max value = 765). Red value is 143 (56.25% from 255 or 32.95% from 434); Green value is 86 (33.98% from 255 or 19.82% from 434); Blue value is 205 (80.47% from 255 or 47.24% from 434); Max value from RGB is 205 - color contains mainly: blue. Hex color #8F56CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F56CD is #70A932. Grayscale: #747474. Windows color (decimal): -7383347 or 13457039. OLE color: 13457039.

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

Color convert

RGB 143 86 205 -
CMYK 0.30 0.58 0 0.20
HSL 268.74º 0.54% 0.57% -
HSV(B) 268.74º 0.58% 0.8% -
XYZ 25.67 16.9 59.67 -
YUV 116.61 177.88 146.82 -
System Red Green Blue C M Y K H S L
Decimal 143 86 205 0.30 0.58 0 0.20 268.74 0.54 0.57
Hex 8F 56 CD 1E 3A 0 14 10D 36 39
Octal 217 126 315 36 72 0 24 415 66 71
Binary 10001111 1010110 11001101 11110 111010 0 10100 100001101 110110 111001

Color Harmonies of #8F56CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F56CD

Black with #8F56CD

Text Example


Text Example

White with #8F56CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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